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?