mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
Merge #375
375: Fixes #365 r=Kerollmops a=vishnugt Co-authored-by: Vishnu Ganesan <vganesan@microsoft.com> Co-authored-by: Vishnu Gt <vishnugt@hotmail.com>
This commit is contained in:
commit
adddf3f179
@ -247,8 +247,8 @@ only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and undersco
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
Self::SortRankingRuleMissing => f.write_str(
|
Self::SortRankingRuleMissing => f.write_str(
|
||||||
"The sort ranking rule must be specified in the \
|
"You must specify where \"sort\" is listed in the \
|
||||||
ranking rules 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