mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 09:04:59 +08:00
Change "settings" to "setting"
Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
parent
3580b2d803
commit
785c1372f2
@ -248,7 +248,7 @@ only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and undersco
|
|||||||
}
|
}
|
||||||
Self::SortRankingRuleMissing => f.write_str(
|
Self::SortRankingRuleMissing => f.write_str(
|
||||||
"You must specify where \"sort\" is listed in the \
|
"You must specify where \"sort\" is listed in the \
|
||||||
rankingRules settings to use the sort parameter at search time",
|
rankingRules setting to use the sort parameter at search time",
|
||||||
),
|
),
|
||||||
Self::MissingDocumentId { document } => {
|
Self::MissingDocumentId { document } => {
|
||||||
let json = serde_json::to_string(document).unwrap();
|
let json = serde_json::to_string(document).unwrap();
|
||||||
|
Loading…
Reference in New Issue
Block a user