mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Merge pull request #5702 from Nymuxyzo/fix/5688-reset-typo_tolerance-settings
Fix disableOnNumbers reset
This commit is contained in:
commit
ddba52414a
2 changed files with 50 additions and 2 deletions
|
@ -751,6 +751,7 @@ pub fn apply_settings_to_builder(
|
|||
builder.reset_min_word_len_two_typos();
|
||||
builder.reset_exact_words();
|
||||
builder.reset_exact_attributes();
|
||||
builder.reset_disable_on_numbers();
|
||||
}
|
||||
Setting::NotSet => (),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue