mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Merge pull request #5494 from meilisearch/deactivate-numbers-in-typos
Deactivate numbers in typos
This commit is contained in:
commit
96bc519f9e
19 changed files with 296 additions and 35 deletions
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
source: crates/meilisearch/tests/upgrade/v1_12/v1_12_0.rs
|
||||
snapshot_kind: text
|
||||
---
|
||||
{
|
||||
"displayedAttributes": [
|
||||
|
@ -49,7 +48,8 @@ snapshot_kind: text
|
|||
],
|
||||
"disableOnAttributes": [
|
||||
"surname"
|
||||
]
|
||||
],
|
||||
"disableOnNumbers": false
|
||||
},
|
||||
"faceting": {
|
||||
"maxValuesPerFacet": 99,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue