Skip to content

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

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

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

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

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

Comments

@curquiza
Copy link
Member

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 enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2024
meili-bors bot added a commit that referenced this issue Jan 7, 2025
459: Changes for v1.5, v1.6, v1.7 and v1.8 r=curquiza a=Sherlouk

Some quite repetitive changes here, so just cranking them out in one PR. **No breaking changes**. Integration tests all in tact and updated. Verified locally.

Closes #433
Closes #436
Closes #439
Closes #443

Co-authored-by: James Sherlock <[email protected]>
Co-authored-by: James Sherlock <[email protected]>
meili-bors bot added a commit that referenced this issue Jan 7, 2025
459: Changes for v1.5, v1.6, v1.7 and v1.8 r=curquiza a=Sherlouk

Some quite repetitive changes here, so just cranking them out in one PR. **No breaking changes**. Integration tests all in tact and updated. Verified locally.

Closes #433
Closes #436
Closes #439
Closes #443

Co-authored-by: James Sherlock <[email protected]>
Co-authored-by: James Sherlock <[email protected]>
@meili-bors meili-bors bot closed this as completed in 66cd012 Jan 7, 2025
@meili-bors meili-bors bot closed this as completed in #459 Jan 7, 2025
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