meilisearch/meilisearch-rust

[v.1.7] Able to use `showRankingScoreDetails` parameter at search

curquiza opened this issue · 0 comments

Following this central issue

This is related to a newly introduced feature in Meilisearch v1.7.0: show ranking score details at search.

Refer to docs for more information.

  • Add the search parametershowRankingScoreDetails. We should be able to use it with the search() method.
    Here are the JS equivalents in meilisearch-js you should create for this repository:
client.index('movies').search('dragon', { showRankingScoreDetails: true })