Breaking changes for Optimizely Search & Navigation 13
Breaking changes for Optimizely Search & Navigation in relation to version 13, and the steps needed to update affected code.
List of changes
EPiServer.Find.Api.Facets.NestedFacetExtensionswas removed. UseEPiServer.Find.NestedFacetExtensions(available since Optimizely Search & Navigation 13).EPiServer.Find.Api.Querying.Filters.NestedFilterExtensionswas removed. UseEPiServer.Find.NestedFilterExtensions(available since Optimizely Search & Navigation 13).- Removed index operations from the
EPiServer.Find.Api-namespace (CreateIndex,DeleteIndex,IndicesExists). The Find backend blocks the use of index operations (and always has). ISearchContext.Languagewas renamedContentLanguage.ISearchContext.Analyzerwas added.
Reindex the site
The language routing changes make it necessary to reindex the site after upgrading to Optimizely Search & Navigation 13.
Updated 7 days ago