We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dbb190 commit 50f201aCopy full SHA for 50f201a
.code-samples.meilisearch.yaml
@@ -360,6 +360,10 @@ typo_tolerance_guide_4: |-
360
'twoTypos': 10
361
}
362
})
363
+typo_tolerance_guide_5: |-
364
+ client.index('movies').update_typo_tolerance({
365
+ 'disableOnNumbers': True
366
+ })
367
search_parameter_guide_show_ranking_score_1: |-
368
client.index('movies').search('dragon', {
369
'showRankingScore': True
0 commit comments