Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v1.3] Display hits ranking scores #15

Open
3 tasks
brunoocasali opened this issue Aug 15, 2023 · 0 comments
Open
3 tasks

[v1.3] Display hits ranking scores #15

brunoocasali opened this issue Aug 15, 2023 · 0 comments

Comments

@brunoocasali
Copy link
Contributor

⚠️ 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:

  • Add the ability receive a new param in the search method called showRankingScore.
  • Add the ability handle the new _rankingScore key/value in the search hits' response.
  • Add integration tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant