Skip to content

Commit 32df4c3

Browse files
Update code samples [skip ci]
1 parent e79fe2a commit 32df4c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

snippets/samples/code_samples_typo_tolerance_guide_5.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ client.index('movies').updateTypoTolerance({
1515
})
1616
```
1717

18+
```python Python
19+
client.index('movies').update_typo_tolerance({
20+
'disableOnNumbers': True
21+
})
22+
```
23+
1824
```php PHP
1925
$client->index('movies')->updateTypoTolerance([
2026
'disableOnNumbers' => true

0 commit comments

Comments
 (0)