Open curquiza opened 8 months ago
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
search()
client.index('movies').search('dragon', { showRankingScoreDetails: true })
_rankingScoreDetails
.code-samples.meilisearch.yaml
search_parameter_guide_show_ranking_score_details_1
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-L1110