Skip to content

Commit 13d8cec

Browse files
authored
Update .code-samples.meilisearch.yaml
1 parent 349c2c5 commit 13d8cec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
55
---
66
getting_started_typo_tolerance: |-
7+
client.index('movies').update_typo_tolerance({ min_word_size_for_typos: { one_typo: 4 } })
78
89
get_all_tasks_filtering_1: |-
910
client.index('movies').tasks

0 commit comments

Comments
 (0)