Skip to content

Releases: afosto/instant-search-client

v1.0.9

15 Sep 12:09
Compare
Choose a tag to compare

chore: update in the README file the instant search section, demo GIF and documentation links

v1.0.8

19 Apr 14:35
1f6ebde
Compare
Choose a tag to compare

fix: query session keep track of the query when using the autocomplete widget
chore: add the autocomplete widget to the playground

v1.0.7

19 Apr 08:42
Compare
Choose a tag to compare

feat: create a session id for each new query
feat: change the current session id to user id which indicates the user session
feat: add facetOrdering to the search responses for compatibility with the dynamic filter widgets

v1.0.6

30 Mar 08:30
331df9d
Compare
Choose a tag to compare

fix: replace uuid with uuid-random for better node support
feat: add uuid utility function

v1.0.5

29 Mar 14:51
2105d40
Compare
Choose a tag to compare

Fix: session storage check if window is defined

v1.0.4

29 Mar 12:59
60b952b
Compare
Choose a tag to compare

feat: create a session id in the session storage
feat: add session_id to every search context request

v1.0.3

10 Mar 14:05
06f99a8
Compare
Choose a tag to compare

feat: change the default baseUrl domain from afosto.io to afosto.app
feat: combine multiple search contexts to a single search request
feat: add __queryID to every search context request
feat: search request adapter add __queryID to search context payload
feat: search response adapter add queryID to search context response
chore: playground remove facets configuration widget
chore: playground remove facets property of the dynamicWidgets
chore: playground dynamicWidgets transformItems return the facets of the raw response results

v1.0.2

08 Mar 13:07
575426e
Compare
Choose a tag to compare

feat: add getSettings functionality to the instant search client
feat: add settingsRequestOptions to the available client options
chore: change the playground to use the demo search engine key with a settings implementation
chore: update the README file with an example for the getSettings functionality

v1.0.1

26 Jan 15:09
e12f8eb
Compare
Choose a tag to compare

fix: search request calculate pagination offset add missing hitsPerPage options fallback

v1.0.0

25 Jan 13:55
3c3af62
Compare
Choose a tag to compare

Features

  • The client now uses the new Afosto instant search api. This new API requires a search engine key instead of a proxyId, which you can create in the Afosto app.

Breaking changes

  • The required node version has been bumped to >= 14
  • The baseUrl of the client has been changed to the new Afosto instant search API.
  • The baseUrl {proxyId} parameter has been changed to {key}
  • The hit results response data no longer contains hit data nested in metadata
  • The hit results response data no longer contains hit filters