Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

The Search Within Facet component allows the user to enter keywords to further refine the list of search results.

Selector

The selector for this component is <hawksearch-search-within-facet>.

Data Model

The following data model is exposed to the Handlebars template:

{
  value: string;
}

Event Binding Attributes

Attribute Name

Attribute Value

hawksearch-input

When the value of an input element with this attribute changes, that value will be used to refine the list of search results.

Default Template

<div class="search-within-facet">
    <input type="text" hawksearch-input value="{{value}}" class="search-within-facet__input" />
</div>
  • No labels