currentSearchHistorySelectors (search and click history)

Description

Define a set of CSS selectors to elements that should be hidden when the search history is cleared.

Default value

<div class="breadcrumb session-history-breadcrumb">
...
</div>
currentSearchHistorySelectors: ['.session-history-breadcrumb']

Examples

currentSearchHistorySelectors: ['.search-history']

Hide no elements

currentSearchHistorySelectors: []