Releases: AddSearch/search-ui
Releases · AddSearch/search-ui
v0.9.3
What's Changed
- [sc-11409] change accordingly to API response change, fix some UI issues by @haoAddsearch in #143
Full Changelog: v0.9.2...v.0.9.3
v0.9.2
What's Changed
- [sc-11492] refactoring: "conversational search" to become "ai answers" by @haoAddsearch in #142
Full Changelog: v0.9.1...v0.9.2
v0.9.1
This release completes the MVP implementation of Conversational Search inluding:
- hide / show the conversational search result
- use thumbs up and thumbs down button to collect sentiments from end users
v0.9.0
-
Refactoring some redux states:
minLengthToShowResults
does not prevent updating keyword state- Introduce new field "minLengthRequiredToFetch" in autocomplete and search states
- On keyword updated, before fetching autocomplete/search, check for "minLengthRequiredToFetch"
- Keep rendering component's template when there are no suggestions
- Keep autocomplete.suggestions persisted when keyword is submitted / suggested keyword is clicked
-
Add new component
conversationalSearchResult
v0.8.15
- add
onFilteredSearchRefresh
callback function to configuration
v0.8.14
- expose Handlebars_runtime as Search UI module's exported variable
v0.8.13
- fix: registering handlebars helpers and partials failed if building multiple Search UI implementations in the same page
v0.8.12
Fixes:
-
From v0.8.10, range facets checkbox can't be rendered.
-
From v0.8, range facets checkbox shows wrong maximum values (Infinity)
-
Removing selections from "ActiveFilters" component not working correctly (when multiple ranges were selected previously)
v0.8.11
- Fix: library mishandles parsing and restoring GET parameters with commas
v0.8.10
- fix: round up/down decimal values for min/max values of facets slider
- fix: in activeFilters, iterate through only Own Properties of the activeFilterState