Skip to content

2.0.12

Compare
Choose a tag to compare
@tomthorogood tomthorogood released this 06 Oct 21:31
· 44 commits to main since this release
3780d16
[EDS-606] [EDS-603] Improve query accuracy and efficiency (#120)

* Support toggling experimental features by environment. Defaults to false.

* Add experimental feature to toggle search mode for testing the new search.

* Add an experimental search type to improve query efficiency

- Adds a new experimental search option to allow reviewers to toggle between "classic" and "experimental" search mode. This is not a permanent or customer-facing UX component.

- Implements a new search mode that can be selected; only has an effect when searching by name. This new mode reduces request times by about 60% and provides more accurate results.

* Add an experimental search type to improve query efficiency

- Adds a new experimental search option to allow reviewers to toggle between "classic" and "experimental" search mode. This is not a permanent or customer-facing UX component.

- Implements a new search mode that can be selected; only has an effect when searching by name. This new mode reduces request times by about 60% and provides more accurate results.

* [Bot] Update version to 2.0.12

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>