Try our conversational search powered by Generative AI!

Loading...
Area: Optimizely Search & Navigation
Applies to versions: 14

Breaking changes in Search & Navigation 14

Recommended reading 
Note: This documentation is archived because it was the preview version of the release of CMS 12/Commerce 14/Search & Navigation 14. See Get started developing with CMS.

This topic describes breaking changes for Optimizely Search & Navigation in relation to version 12, and the steps needed to update affected code. To view the complete list of Search & Navigation 13 changes, see the release notes

List of changes

Search configurations

If you are using EPiServer.Find.Commerce for integrating search & Navigation with Commerce, you will need to use the FindCommerceOptions class instead of Appsettings, with settings as described in the following.

Setting Description
IgnoreWebExceptionOnInitialization Indicates whether WebException should be ignored on the Find.Commerce initialization.
CatalogContentClientConventions.FindListenOnCommerceRemoteEvents Used for CatalogContentClientConventions to indicate whether to listen for remote events.
CatalogContentClientConventions.FindIndexCatalogContent Used for CatalogContentClientConventions to indicate whether to allow for indexing of catalog content.
CatalogContentClientConventions.FindListenToPriceEvents Used for CatalogContentClientConventions to indicate whether to listen for price events.
CatalogContentClientConventions.FindListenToInventoryEvents Used for CatalogContentClientConventions to indicate whether to listen for inventory events.
CatalogContentClientConventions.FindListenToLowLevelApiEvents Used for CatalogContentClientConventions to indicate whether to listen for low level API events.

File attachments

Indexing of external attachments in different formats, such as Word and PDF is not supported in the first public preview release of Search & Navigation 14. This feature will be available in a later version.

Related topics

Do you find this information helpful? Please log in to provide feedback.

Last updated: Jul 02, 2021

Recommended reading