Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml for v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Mar 12, 2024
1 parent 2d833ce commit 3b9bd96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -347,10 +347,13 @@ search_parameter_guide_matching_strategy_2: |-
matching_strategy: 'all'
})
search_parameter_guide_show_ranking_score_1: |-
client.index('movies').search('winter feast', {
client.index('movies').search('dragon', {
show_ranking_score: true
})
search_parameter_guide_show_ranking_score_details_1: |-
client.index('movies').search('dragon', {
show_ranking_score_details: true
})
search_parameter_guide_attributes_to_search_on_1: |-
client.index('movies').search('adventure', {
attributes_to_search_on: ['overview']
Expand Down

0 comments on commit 3b9bd96

Please sign in to comment.