Skip to content

[v1.15] Add disableOnNumbers to typo tolerance settings #670

Open
@Strift

Description

@Strift

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

  • Update the settings API to handle disableOnNumbers for typo tolerance
  • Add a code sample under the typo_tolerance_guide_5 key in .code-samples.meilisearch.yaml
  • Add new tests cases

Additional information

For reference, here's how this is implemented in the meilisearch-js SDK:

client.index('movies').updateTypoTolerance({
  disableOnNumbers: true
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions