mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix score details casing
This commit is contained in:
parent
2452ec55b4
commit
88559a2d54
2 changed files with 4 additions and 4 deletions
|
@ -820,8 +820,8 @@ async fn experimental_feature_score_details() {
|
|||
},
|
||||
"attribute": {
|
||||
"order": 3,
|
||||
"attribute_ranking_order_score": 1.0,
|
||||
"query_word_distance_score": 0.8095238095238095,
|
||||
"attributeRankingOrderScore": 1.0,
|
||||
"queryWordDistanceScore": 0.8095238095238095,
|
||||
"score": 0.9365079365079364
|
||||
},
|
||||
"exactness": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue