Skip to content

Releases: AddSearch/search-ui

v0.5.2

03 Sep 06:42
Compare
Choose a tag to compare

Fixed an issue where the Active filters component didn't clear sticky facets properly

v0.5.1

30 Aug 05:43
Compare
Choose a tag to compare
  • Store the sort parameter in URL for proper behavior when the page is, for example, reloaded
  • Added possibility to collect search analytics in the autocomplete component for sources with the type AddSearchUI.AUTOCOMPLETE_TYPE.SEARCH. Analytics collection can be enabled with the new setting collectSearchAnalytics

v0.5.0

27 Apr 08:46
Compare
Choose a tag to compare
  • Changed behavior: The matchAllQuery setting won't make search queries for the autocomplete box anymore. Only for the main search.
  • New setting for the Search field component: onfocusAutocompleteMatchAllQuery. With this setting, focusing an empty search field fires a match all query for the autocomplete box. Intended use is to show recommended search results to the user, before she has typed anything
  • Optimized rendering: Components won't be re-rendered if the output HTML wouldn't change
  • API call optimization

v0.4.21

22 Mar 07:48
Compare
Choose a tag to compare
  • Added the number of search result pages returned (totalPages) to the data object accessible by the pagination component
  • Clarified searchResults component's documentation on how clicks are collected for analytics

v0.4.20

03 Feb 08:02
Compare
Choose a tag to compare
  • Added a setting to disable browser history: updateBrowserHistory. This comes in handy if you have secondary (or tertiary..) Search UI instances on a single page
  • Modified search results template to show the page URL if there is no title

v0.4.19

22 Dec 12:06
Compare
Choose a tag to compare

Fixed a bug in infinite scroll that could cause browser window scrolling to top unintentionally.

v0.4.18

20 Nov 07:30
Compare
Choose a tag to compare

Added debounce to browser history in search-as-you-type implementations. I.e. each letter won't be a separate page in browser history and the browser's back button won't take the user just one letter back.

v0.4.17

16 Nov 07:10
Compare
Choose a tag to compare

Two bug fixes in the autocomplete component:

  • Pagination was not reset when the keyword changed
  • Autocomplete box with infinite scroll was not hidden properly on blur event

v0.4.16

10 Nov 13:32
Compare
Choose a tag to compare
  • Added a new configuration option baseFilters to define filters that are applied in every search query. Users can't see or disable baseFilters
  • Added support for URLs with query parameters to the searchResultsPageUrl setting

v0.4.14

24 Aug 11:06
Compare
Choose a tag to compare

Added a new configuration option to define the query parameter name for keyword (default: ?search=keyword).