v0.34.0 ๐ป
meili-bot
released this
31 Jul 13:19
·
375 commits
to refs/heads/main
since this release
This version introduces features released on Meilisearch v1.3.0 ๐
Check out the changelog of Meilisearch v1.3.0 for more information on the changes.
โ ๏ธ Breaking changes
- Change the build target to ES6 instead of ES3 (#1522) @bidoubiwa
๐ Enhancements
- Add a new method
searchForFacetValues
providing the possibility to search for facet values of a specific facet. #1513 - (type) Add
sortFacetValuesBy
as afaceting
setting parameters. Which lets you order your facet values by alpha or count. #1536 - (type) Add
attributesToSearchOn
as a search parameter to limit in which fields to search. #1538 - (type) Add
total
in the return object ofgetTasks
to know how many tasks were found. #1539 - (type) Add
showRankingScore
as a search parameter to receive the ranking score of the hits in the_rankingScore
hit field. #1537 - [EXPERIMENTAL] (type) Add
vector
as a search parameter to enable vector search. - [EXPERIMENTAL] (type) Add
showRankingScoreDetails
as a search parameter to receive the details of the ranking score of the hits in_rankingScoreDetails
hit field. #1537
๐ Bug Fixes
- fix(type): getTypoTolerance return value type (#1455) @riccox
- Fix Key type
updatedAt
typo. (#1524) @riccox
Thanks again to @bidoubiwa, @brunoocasali, @maryamsulemani97, @meili-bors[bot], and @riccox! ๐