Skip to content

Commit 50f201a

Browse files
nnethercottbrunoocasali
authored andcommitted
add code sample
1 parent 0dbb190 commit 50f201a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.code-samples.meilisearch.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,10 @@ typo_tolerance_guide_4: |-
360360
'twoTypos': 10
361361
}
362362
})
363+
typo_tolerance_guide_5: |-
364+
client.index('movies').update_typo_tolerance({
365+
'disableOnNumbers': True
366+
})
363367
search_parameter_guide_show_ranking_score_1: |-
364368
client.index('movies').search('dragon', {
365369
'showRankingScore': True

0 commit comments

Comments
 (0)