Skip to content

Commit cca3dac

Browse files
committed
adds code example
1 parent b555bc1 commit cca3dac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.code-samples.meilisearch.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -730,3 +730,5 @@ update_proximity_precision_settings_1: |-
730730
client.index('books').update_proximity_precision(ProximityPrecision.BY_ATTRIBUTE)
731731
reset_proximity_precision_settings_1: |-
732732
client.index('books').reset_proximity_precision()
733+
search_parameter_reference_ranking_score_threshold_1: |-
734+
client.index('INDEX_NAME').search('badman', { rankingScoreThreshold: 0.2 })

0 commit comments

Comments
 (0)