Skip to content

v0.34.0 ๐ŸŒป

Compare
Choose a tag to compare
@meili-bot meili-bot released this 31 Jul 13:19
· 175 commits to refs/heads/main since this release
4639c71

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.
โš ๏ธ If you want to adopt new features of this release, update the Meilisearch server to the according version.

โš ๏ธ Breaking changes

๐Ÿš€ Enhancements

  • Add a new method searchForFacetValues providing the possibility to search for facet values of a specific facet. #1513
  • (type) Add sortFacetValuesBy as a faceting 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 of getTasks 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

Thanks again to @bidoubiwa, @brunoocasali, @maryamsulemani97, @meili-bors[bot], and @riccox! ๐ŸŽ‰