This commit is contained in:
Vishnu Ganesan 2021-09-28 19:30:23 +05:30
parent 3a12f5887e
commit 3580b2d803

View File

@ -247,8 +247,8 @@ only composed of alphanumeric characters (a-z A-Z 0-9), hyphens (-) and undersco
)
}
Self::SortRankingRuleMissing => f.write_str(
"The sort ranking rule must be specified in the \
ranking rules settings to use the sort parameter at search time",
"You must specify where \"sort\" is listed in the \
rankingRules settings to use the sort parameter at search time",
),
Self::MissingDocumentId { document } => {
let json = serde_json::to_string(document).unwrap();