Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <irevoire@protonmail.ch>
  • Loading branch information
NoodleSamaChan and irevoire authored Jul 2, 2024
1 parent 1c07bd3 commit 1f6faac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -875,15 +875,6 @@ search_parameter_guide_show_ranking_score_1: |-
.execute()
.await
.unwrap();
search_parameter_guide_show_ranking_score_details_1: |-
let results: SearchResults<Movie> = client
.index("movies")
.search()
.with_query("dragon")
.with_show_ranking_score_details(true)
.execute()
.await
.unwrap();
search_parameter_guide_matching_strategy_1: |-
let results: SearchResults<Movie> = client
.index("movies")
Expand Down

0 comments on commit 1f6faac

Please sign in to comment.