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 814623d commit 5db6571Copy full SHA for 5db6571
.code-samples.meilisearch.yaml
@@ -3,8 +3,6 @@
3
# the documentation on build
4
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
5
---
6
-getting_started_typo_tolerance: |-
7
-
8
get_one_index_1: |-
9
client.get_index('movies')
10
list_all_indexes_1: |-
@@ -190,6 +188,12 @@ update_displayed_attributes_1: |-
190
188
])
191
189
reset_displayed_attributes_1: |-
192
client.index('movies').reset_displayed_attributes()
+getting_started_typo_tolerance: |-
+ client.index('movies').update_typo_tolerance({
193
+ 'minWordSizeForTypos': {
194
+ 'oneTypo': 4
195
+ }
196
+ })
197
get_typo_tolerance_1:
198
client.index('books').get_typo_tolerance()
199
update_typo_tolerance_1: |-
0 commit comments