Search does not work for private users
Permalink
hi,
my site is private due to the info hosted, but i require the search to work, is there any fixes that i can use to make this work?
Thanks
my site is private due to the info hosted, but i require the search to work, is there any fixes that i can use to make this work?
Thanks
Change:
$result = $is->reindex(GUEST_GROUP_ID);
to
$result = $is->reindex(REGISTERED_GROUP_ID);
That'll make the search index include all pages that the "registered users" group can see.