Missing tests for display hits ranking scores feature #827
Labels
good first issue
Good for newcomers
maintenance
Anything related to maintenance (CI, tests, refactoring...)
Uh oh!
There was an error while loading. Please reload this page.
New implementation - Done ✅
Related to:
This feature aims to return ranking details for each document to understand and tweak the score of the documents more efficiently.
Ensure the SDKs can handle the new search parameter
showRankingScore
. Also, ensure the SDK can handle the_rankingScore
attribute in the matchedhits
.Code samples - Done ✅
Inside of this file:
.code-samples.meilisearch.yml
:search_parameter_guide_show_ranking_score_1
containing a call to thesearch
method using the new behavior from the indexmovies
usingshowRankingScore=true
and aq
with'dragon'
.Add a new code sample to the
.code-samples.meilisearch.yml
file:Use this as a reference if the previous description was not helpful:
Integration tests - TODO
Add integration tests in the test suite to test the "display hits ranking scores" feature, so the usage of the
showRankingScore
search parameterTODO:
search
method calledshowRankingScore
._rankingScore
key/value in the search hits' response.Related to meilisearch/integration-guides#280
The text was updated successfully, but these errors were encountered: