HomeDev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityDoc feedbackLog In
GitHubNuGetDev CommunityDoc feedback


To index typed catalog content on a site, install the NuGet package _EPiServer.Find.Commerce_. Catalog content is indexed in the same way that pages are indexed in Optimizely Content Management System (CMS). Use the indexed items when you make queries against the native Optimizely Search & Navigation API.

Note

The FindSearchProvider, which is used by the search provider system, gets _no_ hits from items indexed using _EPiServer.Find.Commerce_.

## Event indexing

Catalog content is indexed when content is published through the catalog UI, the content repository API, the ICatalogSystem API, or when updating pricing or inventory.

## Index scheduled job

The scheduled job **EPiServer Find Content Indexing** indexes catalog content as it does with other site content.

## Index conventions

The catalog search attributes IncludeInDefaultSearch, IncludeValuesInSearchResults, SortableInSearchResults, and Tokenize have no effect on content indexed by _EPiServer.Find.Commerce_. You can only use these attributes when you index data through the search provider system.

To exclude properties from the index, or add extension methods for indexing, use the _EPiServer.Find_ conventions as you do with CMS pages.

## Search text field

You can use the [Searchable(false)] attribute to prevent a property from becoming a part of the search text field during indexing. This field adds the values for all properties that are marked as searchable. Public virtual properties with an empty get and set of type string and XHtmlString are automatically marked as searchable.

Use **Search text** for free text search: