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
v1.15 introduces a new typo tolerance setting, typoTolerance.disableOnNumbers. When set to true, queries with numbers only return exact matches.
Deactivating the typo tolerance on numbers can be useful when trying to reduce false positives, such as a query term 2024 returning results that include 2025 and 2004. It may also improve indexing performance.
v1.15 introduces a new typo tolerance setting,
typoTolerance.disableOnNumbers
. When set totrue
, queries with numbers only return exact matches.Deactivating the typo tolerance on numbers can be useful when trying to reduce false positives, such as a query term
2024
returning results that include2025
and2004
. It may also improve indexing performance.Tasks
/reference/api/settings#typo-tolerance
/learn/relevancy/typo_tolerance_settings
References
The text was updated successfully, but these errors were encountered: