/
Related Searches Facet Component

Related Searches Facet Component

Overview

The Recent Searches Facet Component displays a list of the five most recent searches performed by a user.

Selector

The selector for this component is <hawksearch-related-searches-facet>.

Data Model

The Facet data model is exposed to the Handlebars template:

For more information, see Search Models.

Event Binding Attributes

Attribute Name

Attribute Value

Attribute Name

Attribute Value

hawksearch-query

string

When an element with this attribute is clicked, the click will be tracked and a new search will be executed with that query.

Default Template

<div class="related-searches-facet"> <ul class="related-searches-facet__list"> {{#each values}} <li class="related-searches-facet__list__item"> <a hawksearch-query="{{title}}" class="facet__value">{{title}}</a> </li> {{/each}} </ul> </div>

Related content

Recent Searches Facet Component
Recent Searches Facet Component
More like this
Search Within Facet Component
Search Within Facet Component
More like this
Facet Wrapper Component
Facet Wrapper Component
More like this
Search Results Component
Search Results Component
More like this
Selected Facets Component
Selected Facets Component
More like this
Facets List Component
Facets List Component
More like this