London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
This topic describes how to disable the event listener. This is useful if you do not want Commerce catalog content to be indexed by Find, in solutions where you use the Find search provider EPiServer.Find.Commerce.
EPiServer.Find.Commerce has an event listener that is listening for events trigged from the ECF API. The event listener gets the typed content for the catalog/node/entry that was added/changed/deleted, and update the index. You can disable the event listener by setting the appsettings value for episerver:FindCatalogEventUpdated to false.
Enable the event listerer for front-end servers or edit servers because it will listen for remote events coming from Commerce Manager. This itself will not index typed content, because it does not have the types defined in any assembly. Instead, it sends events when something is changed, and the front-end server or edit server (with the listener enabled) then indexes typed content of the correct type.
The Service API indexes the typed content, if the episerver:FindCatalogEventUpdated setting is set to true in the configuration file.
Last updated: Nov 03, 2015