mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-23 23:00:59 +00:00
Change "settings" to "setting"
Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
@ -248,7 +248,7 @@ only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and undersco
|
||||
}
|
||||
Self::SortRankingRuleMissing => f.write_str(
|
||||
"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 } => {
|
||||
let json = serde_json::to_string(document).unwrap();
|
||||
|
Reference in New Issue
Block a user