Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Sanders <[email protected]>
  • Loading branch information
aweidner and sanders41 authored Aug 26, 2024
1 parent 28b643e commit 2bab760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -731,4 +731,4 @@ update_proximity_precision_settings_1: |-
reset_proximity_precision_settings_1: |-
client.index('books').reset_proximity_precision()
search_parameter_reference_ranking_score_threshold_1: |-
client.index('INDEX_NAME').search('badman', { 'rankingScoreThreshold': 0.2 })
client.index('INDEX_NAME').search('badman', { 'rankingScoreThreshold': 0.2 })
2 changes: 1 addition & 1 deletion datasets/small_movies.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,4 +227,4 @@
"release_date": 1114669984,
"genre": "Sci Fi"
}
]
]

0 comments on commit 2bab760

Please sign in to comment.