Releases: AddSearch/search-ui
Releases · AddSearch/search-ui
v0.2.0
With this release, search result clicks are sent to your AddSearch Analytics Dashboard. Information on clicks is also used by AddSearch's self-learning search algorithm for search result optimization.
To send a click, add data-analytics-click attribute with document's ID to the result link:
<a href="{{url}}" data-analytics-click="{{id}}">{{title}}</a>
This feature requires [email protected] or newer.
v0.1.15
Added a function to register custom helper functions for Handlebars
v0.1.14
Added a configurable callback function for filter change events. The purpose of the function is to create conditional views. For example, use different searchResults components for products and for hits from blog.
v0.1.13
Added a function to clear the search
v0.1.12
Build the bundle with Universal Module Definition (UMD)
v0.1.11
Added following settings to searchField component
- ignoreAutocomplete: Don't open the autocomplete component when this field is used
- ignoreSearchResultsPageUrl: Don't redirect the user to a search results page when this field is used