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?