chore(http, lib): rename typo to typo_tolerance

This commit is contained in:
ad hoc 2022-04-14 10:42:06 +02:00
parent f67167fa9f
commit 276dc6043a
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
3 changed files with 13 additions and 13 deletions

View file

@ -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(