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

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

Closed
5 tasks
curquiza opened this issue Mar 12, 2024 · 0 comments · Fixed by #556
Closed
5 tasks

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

curquiza opened this issue Mar 12, 2024 · 0 comments · Fixed by #556
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@curquiza
Copy link
Member

curquiza commented Mar 12, 2024

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 })
@curquiza curquiza added the enhancement New feature or request label Mar 12, 2024
@curquiza curquiza added the good first issue Good for newcomers label Mar 12, 2024
meili-bors bot added a commit that referenced this issue Aug 6, 2024
556:  Add parameter to show ranking score details to the search query r=curquiza a=gudmunduro

# Pull Request

## Related issue
Fixes #530

## What does this PR do?
- Adds the showRankingScoreDetails parameter to the search query

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


559: Update version for the next release (v0.15.3) r=curquiza a=meili-bot

_This PR is auto-generated._

The automated script updates the version of meilisearch-dotnet to a new version: "v0.15.3"


Co-authored-by: gudmunduro <goh00@protonmail.com>
Co-authored-by: meili-bot <74670311+meili-bot@users.noreply.github.com>
@meili-bors meili-bors bot closed this as completed in 60874dd Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant