Skip to content

Releases: AddSearch/search-ui

v0.2.0

27 Jan 10:35
Compare
Choose a tag to compare

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

13 Jan 12:45
Compare
Choose a tag to compare

Added a function to register custom helper functions for Handlebars

  • registerHandlebarsHelper

v0.1.14

02 Jan 08:45
Compare
Choose a tag to compare

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.

  • onFilterChange

v0.1.13

16 Dec 11:56
Compare
Choose a tag to compare

Added a function to clear the search

  • searchui.clear()

v0.1.12

03 Dec 14:55
Compare
Choose a tag to compare

Build the bundle with Universal Module Definition (UMD)

v0.1.11

03 Dec 12:32
9c46391
Compare
Choose a tag to compare

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

v0.1.10

02 Dec 13:45
Compare
Choose a tag to compare

Initial public release