mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
chore(http, lib): rename typo to typo_tolerance
This commit is contained in:
parent
f67167fa9f
commit
276dc6043a
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