Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

unifiedSearch doesnt find result on page of type FaqItemPage, but Search does

$
0
0

Hi, I'm having an issue where unifiedSearch doesn't find anything on a certain page type.

I can see the page type is being indexed under Episerver Find in admin.

This code get results of type FAQItemPage:  _epiFindClient.Search<FAQItemPage>).For("episerver").GetContentResult();

While this doesnt find anything of type FAQItemPage : _epiFindClient.UnifiedSearch().For(“episerver”).InAllField().Take(1000).GetResult();

Anybody have any clues on how to debug this?


Viewing all articles
Browse latest Browse all 6894

Trending Articles