Skip to content

Commit 93884c4

Browse files
Update code samples [skip ci]
1 parent f8a2d3f commit 93884c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

snippets/samples/code_samples_typo_tolerance_guide_5.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ $client->index('movies')->updateTypoTolerance([
2727
]);
2828
```
2929

30+
```ruby Ruby
31+
index('books').update_typo_tolerance({ disable_on_numbers: true })
32+
```
33+
3034
```go Go
3135
client.Index("movies").UpdateTypoTolerance(&meilisearch.TypoTolerance{
3236
DisableOnNumbers: true

0 commit comments

Comments
 (0)