mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Merge #2320
2320: chore(http, lib): rename typo to typo_tolerance r=irevoire a=MarinPostma fix #2319 Co-authored-by: ad hoc <postma.marin@protonmail.com>
This commit is contained in:
commit
b1333ab5b0
3 changed files with 13 additions and 13 deletions
|
@ -162,10 +162,10 @@ make_setting_route!(
|
|||
);
|
||||
|
||||
make_setting_route!(
|
||||
"/typo",
|
||||
"/typo-tolerance",
|
||||
meilisearch_lib::index::updates::TypoSettings,
|
||||
typo,
|
||||
"typo"
|
||||
typo_tolerance,
|
||||
"typoTolerance"
|
||||
);
|
||||
|
||||
make_setting_route!(
|
||||
|
@ -254,7 +254,7 @@ generate_configure!(
|
|||
stop_words,
|
||||
synonyms,
|
||||
ranking_rules,
|
||||
typo
|
||||
typo_tolerance
|
||||
);
|
||||
|
||||
pub async fn update_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue