November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Do you have Find.Commerce installed? if not you probably want to add an implementation of IUnifiedSearchSetUp yourself
Hi Quan,
If you mean the Nuget package EPiServer.Find.Commerce then yes.
For info, we are using EPiServer.CMS.Core 11.12, EPiServer.Commerce 13.6.0, EPiServer.Find 13.2.2 and EPiServer.Find.Commerce 11.1.1
Hi we have a mixed CMS/Commerce solution.
Looking at Find, Overview Explore, I can see that products are indexed, and searching there returns results for both CMS content and Products.
However, in my code, if I issue the simplest query:
SearchClient.Instance.UnifiedSearchFor(q);
No results for Products are returned.
I want to return a single list of results including both products and pages so that Skip and Take work as expected.
Is there some configuraiton I've missed?