This issue follows the changes related to Meilisearch v1.15.0 mega issue.
Description
Update the typo tolerance settings to allow deactivating typo tolerance on high entropy words.
For more context, see the related issue in Meilisearch: meilisearch/meilisearch#5344
Tasks
Additional information
For reference, here's how this is implemented in the meilisearch-js SDK:
client.index('movies').updateTypoTolerance({
disableOnNumbers: true
})
This issue follows the changes related to Meilisearch v1.15.0 mega issue.
Description
Update the typo tolerance settings to allow deactivating typo tolerance on high entropy words.
For more context, see the related issue in Meilisearch: meilisearch/meilisearch#5344
Tasks
disableOnNumbersfor typo tolerancetypo_tolerance_guide_5key in.code-samples.meilisearch.yamlAdditional information
For reference, here's how this is implemented in the meilisearch-js SDK: