Skip to content

Commit

Permalink
Merge #527
Browse files Browse the repository at this point in the history
  • Loading branch information
meili-bors[bot] and curquiza committed Mar 19, 2024
2 parents 2d833ce + 3b9bd96 commit ef2ae97
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .code-samples.meilisearch.yaml
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 ef2ae97

Please sign in to comment.