Releases: afosto/instant-search-client
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.5
v1.0.4
v1.0.3
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
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
v1.0.0
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