filterButtonIcon (recent searches)

Description

Define an icon to be displayed next to the recent item in the recent search history box, if facets are applied to the search.

To configure the icon, you can provide a either a partial or full CSS classname to use. The icon will be appended to the configuration parameter iconPrefix.

Default value

searchHistoryRecentItem: {
  icon: 'filter'
}

Examples

Display no icon for the filter button.

searchHistoryRecentItem: {
  icon: null
}