Skip to main content
The search node controls the internal product search (not WEBSALE search) and listing pages in the shop. It defines which filters are offered, which sort options are available and how many results are shown per page. It separates the settings for category and search result pages and allows the definition of individual filters and sort rules as reusable building blocks.

search* - Basic structure

The basic structure of the search node is shown below:

Parameter description


search.categoryNavigation - Filters and sorting for category pages

The search.categoryNavigation node controls which filters and sortings are available on category pages, which default sort order applies and the number of results per page.

Example configuration

Parameter description

search.productFilter - Define product filters

The search.productFilter node defines individual filters for listing pages, for example brand, material, price or weight. You specify which data field is filtered, how the filter works and whether there are dependencies on other filters.

Example configuration (search.productFilter.weight)

Parameter description

Filters on price fields

Price fields can carry time-controlled promotional prices. For filters and sortings, there is a restriction to keep in mind when configuring.
In the search index, price fields are stored exclusively with their standard price. Scheduled promotional prices are not available in the index and therefore do not affect filters and sortings. A product with an active promotional price is sorted by its standard price, even if the lower promotional price is displayed in the shop.The standard field setPrice has been removed, as has its corresponding index field. Filters and sortings that point to it must be adjusted. Details are described in the section The set price is no longer stored.

search.productSearchNavigation - Filters and sorting for search result pages

The search.productSearchNavigation node defines the filters and sorting on search result pages. You can set, for example, the default sort order, the results per page and a limit for the maximum number of results per search.

Example configuration

Parameter description


search.productSortOption - Sort option

The search.productSortOption node defines a sort option for category and search result pages. It defines, for example, what is sorted by and in which direction.

Example configuration (search.productSortOption.relevance)

Parameter description

Sorting by a price field operates on the standard price. Promotional prices are not considered, see Filters on price fields.