Creating the optimal product discovery experience with EPiServer Find Mark Hall Product Owner EPiServer Commerce
EPiServer.Find.Commerce
Improved Find Commerce support version Inventory and Pricing included in index by default Relations included by default (Categories, Variants, Products, etc) Price and Inventory changes updates index by default Conventions for overriding default behavior Guide/EPiServer-Commerce/9/Search/find-integration/find- integration/
Near Term Improvements EPiServer.Find support for nested queries Nested Query Support will allow range queries on prices and inventory Support for customer specific pricing queries Improvements to boosting and best bets
BrilliantCut Open source project which extends EPiServer.Find for commerce
Filtering content is Easy 16% is doing it correctly (Baymard institute) state-of-ecommerce-filters
Category filtering
Theme filtering
Variation filtering
Product specific filtering
Filter result as landing page
Related items private IEnumerable GetAssociations( ContentReference currentContentLink) { var contentLinkStrinksCollection = SearchClient.Instance.Search ().Filter(x => x.ContentLinkStrings.Match(currentContentLink.ToString())).Select(x => x.ContentLinkStrings).GetResult();
Sample Code from presentation Commerce Commerce