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

 
andrew replied on at Permalink Reply
andrew
We're working on making the search better in general in this regard, but in the meantime, you can modify your concrete/jobs/index_search.php with this code

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.
johvniek replied on at Permalink Reply
Thanks for the code!

Have a great day!