[v.1.7] Able to use showRankingScoreDetails
parameter at search
#439
Labels
showRankingScoreDetails
parameter at search
#439
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: