You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
showRankingScoreDetails
. We should be able to use it with thesearch()
method.Here are the JS equivalents in meilisearch-js you should create for this repository:
_rankingScoreDetails
key/value in the search hits' response..code-samples.meilisearch.yaml
search_parameter_guide_show_ranking_score_details_1
key and “translate” the following curl example by using the newly added changes: https://github.com/meilisearch/documentation/blob/090717049e117ffaa3a54baa010883c1c5f90c31/.code-samples.meilisearch.yaml#L1103-L1110The text was updated successfully, but these errors were encountered: