v0.35.0-v1.3.0-pre-release.0
Pre-release
Pre-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.
🚀 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