November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Alright, with alot of trial an error, I think I've determined something relevant.
The content in question (ProductBase) inherits from PageData, but didn't have it's own Controller type to render it. The content was being included in other sections as part of catalog functionality only at this point.
If, at the time of indexing, there is no controller to render the content type, it seems like it is omitted from UnifiedSearch results, even though it comes back in the typed search results.
When I added a controller to start working on the detail page for the content type, the Find results started working as expected following the next full reindex.
Can anyone confirm this is the case, and whether there is a way to 'opt out' or get around whatever is filtering the results out for UnifiedSearch?
I have several content types which inherit from a base class 'ProductBase' which in turn derives from PageData.
In my find initialization module, I call:
But when I perform a UnifiedSearch, I get no results, even though I can see the items in the index, and the results come back correctly for a typed search.
us1 = 0 hits, ss1 = 6 hits.
Unified search is generally working correctly - other pages come back depending on the query, but just not product content for some reason.
Examining the find index, I can see the SearchTitle and SearchText field on the content type both contain content, but they just aren't getting picked up.
What can I do to try to determine why the results are not coming back? What content gets filtered out of unified searches by default, if any?
Thanks!