Skip to content

Commit

Permalink
Update code samples
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored and brunoocasali committed Mar 7, 2024
1 parent ec05e16 commit 0ba815c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ search_parameter_guide_show_ranking_score_1: |-
$client->index('movies')->search('dragon', [
'showRankingScore' => true
]);
search_parameter_guide_show_ranking_score_details_1: |-
$client->index('movies')->search('dragon', [
'showRankingScoreDetails' => true
]);
search_parameter_guide_attributes_to_search_on_1: |-
$client->index('movies')->search('adventure', [
'attributesToSearchOn' => ['overview']
Expand Down

0 comments on commit 0ba815c

Please sign in to comment.