⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, please add any clarification and instructions about this issue.
I'm sorry if this is already entirely implemented. Feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#280
New implementation
Related to:
This feature aims to return ranking details for each document to understand and tweak the score of the documents more efficiently.
Ensure the SDKs can handle the new search parameter showRankingScore. Also, ensure the SDK can handle the _rankingScore attribute in the matched hits.
TODO:
Also, if you are a maintainer, please add any clarification and instructions about this issue.
I'm sorry if this is already entirely implemented. Feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#280
New implementation
Related to:
This feature aims to return ranking details for each document to understand and tweak the score of the documents more efficiently.
Ensure the SDKs can handle the new search parameter
showRankingScore. Also, ensure the SDK can handle the_rankingScoreattribute in the matchedhits.TODO:
searchmethod calledshowRankingScore._rankingScorekey/value in the search hits' response.