We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c07bd3 commit 1f6faacCopy full SHA for 1f6faac
.code-samples.meilisearch.yaml
@@ -875,15 +875,6 @@ search_parameter_guide_show_ranking_score_1: |-
875
.execute()
876
.await
877
.unwrap();
878
-search_parameter_guide_show_ranking_score_details_1: |-
879
- let results: SearchResults<Movie> = client
880
- .index("movies")
881
- .search()
882
- .with_query("dragon")
883
- .with_show_ranking_score_details(true)
884
- .execute()
885
- .await
886
- .unwrap();
887
search_parameter_guide_matching_strategy_1: |-
888
let results: SearchResults<Movie> = client
889
.index("movies")
0 commit comments