Skip to content

v0.35.0-v1.3.0-pre-release.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@bidoubiwa bidoubiwa released this 13 Jul 09:10
· 3 commits to pre-release-beta/v1.3.0 since this release

This version introduces features released on Meilisearch v1.3.0.rc.1 🎉
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.

🚀 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