Don't miss out Virtual Happy Hour today (April 26).

Try our conversational search powered by Generative AI!

No results when FilterForPublicSearch is true

Vote:
 

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?

#147765
Apr 25, 2016 12:34
Vote:
 

Can this maybe be connected to Bug FIND-973?

#147766
Apr 25, 2016 12:36
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.