Skip to content

Commit

Permalink
Add getting started typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alallema committed Aug 8, 2022
1 parent 65b8654 commit dd77e95
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# the documentation on build
# You can read more on https://github.com/meilisearch/documentation/tree/master/.vuepress/code-samples
---
getting_started_typo_tolerance: |-
get_one_index_1: |-
client.GetIndex("movies")
list_all_indexes_1: |-
Expand Down Expand Up @@ -229,6 +227,12 @@ update_sortable_attributes_1: |-
client.Index("books").UpdateSortableAttributes(&sortableAttributes)
reset_sortable_attributes_1: |-
client.Index("books").ResetSortableAttributes()
getting_started_typo_tolerance: |-
client.index("movies").UpdateTypoTolerance({
MinWordSizeForTypos: meilisearch.MinWordSizeForTypos{
OneTypo: 4,
},
})
get_typo_tolerance_1:
client.Index("books").GetTypoTolerance()
update_typo_tolerance_1: |-
Expand Down

0 comments on commit dd77e95

Please sign in to comment.