meilisearch / meilisearch-rust

Rust wrapper for the Meilisearch API.

Home Page:https://www.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

curquiza opened this issue · 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 })