You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Since this typo customization is a new feature coming with the v0.27, and this package is not fully compatible yet with that version, to be possible to work on this issue, you should do this:
Create a branch from bump-meilisearch-v0.27.0 (and send your PR with this destination).
Hi @CatalinStratu,
Thank you for offering your help ❤️ . We are opening this issue in case we didn't have time to implement it during the pre-release. However, I had time to implement it. Feel to check it and do any comments!
Also, if you are a maintainer, feel free to add any clarification and instruction about this issue.
Related to:
Add a
typoTolerance
index settings resource to manage customization of the typo tolerance feature at the index level.typoTolerance
object on/indexes/:index_uid/settings
endpoints.GET/POST/DELETE
-/indexes/:index_uid/settings/typo-tolerance
endpoints.The
typoTolerance
object definition is made of the following properties:enabled
type (boolean
)disableOnAttributes
type (array[string]
)disableOnWords
type (array[string]
)minWordSizeForTypos
type (object
)oneTypo
type (int
)twoTypos
type (int
)More information about what each field does could be checked in the spec.
Check the other customization methods for reference like:
synonyms
,searchableAttributes
,filterableAttributes
.TODO:
typo-tolerance
/indexes/:index_uid/settings/typo-tolerance
/indexes/:index_uid/settings/typo-tolerance
/indexes/:index_uid/settings/typo-tolerance
The text was updated successfully, but these errors were encountered: