Skip to content

Commit 5b28d58

Browse files
authored
Merge pull request #443 from meilisearch/typo-tolerance
Add typo tolerance settings
2 parents 9b05fb3 + 9d008a7 commit 5b28d58

File tree

4 files changed

+185
-57
lines changed

4 files changed

+185
-57
lines changed

meilisearch/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class Paths():
2525
accept_new_fields = 'accept-new-fields'
2626
filterable_attributes = 'filterable-attributes'
2727
sortable_attributes = 'sortable-attributes'
28+
typo_tolerance = 'typo-tolerance'
2829
dumps = 'dumps'
2930

3031
def __init__(

0 commit comments

Comments
 (0)