Skip to content

Commit 77f4fcd

Browse files
Striftbrunoocasali
authored andcommitted
Update code samples
1 parent d1cc8f1 commit 77f4fcd

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
@@ -398,6 +398,10 @@ typo_tolerance_guide_4: |-
398398
twoTypos: 10
399399
}
400400
})
401+
typo_tolerance_guide_5: |-
402+
client.index('movies').updateTypoTolerance({
403+
disableOnNumbers: true
404+
})
401405
add_movies_json_1: |-
402406
const movies = require('./movies.json')
403407
client.index('movies').addDocuments(movies).then((res) => console.log(res))

0 commit comments

Comments
 (0)