When using UnifiedSearch, no results are returned when calling:
_client.UnifiedSearch() .For(queryString) .GetResult();
Turning off "FilterForPublicSearch" returns results.
_client.UnifiedSearch() .For(queryString) .GetResult(new HitSpecification(), false);
There are pages that are publicly available in the index:
"RolesWithReadAccess$$string": [ "Administrators", "CmsAdmins", "Everyone" ],
EPiServer.Find: 11.1.4.4296
EPiServer: 9.8.1.0
Do I have to do some special initialization or configuration to get it to work?
Can this maybe be connected to Bug FIND-973?
Check the workaround in this link http://world.episerver.com/forum/developer-forum/EPiServer-Search/Thread-Container/2016/4/filteronreadaccess-broken-due-to-changes-in-virtualrolerepository-episerver-please-fix-it/
When using UnifiedSearch, no results are returned when calling:
Turning off "FilterForPublicSearch" returns results.
There are pages that are publicly available in the index:
EPiServer.Find: 11.1.4.4296
EPiServer: 9.8.1.0
Do I have to do some special initialization or configuration to get it to work?