mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Update milli/src/asc_desc.rs
Co-authored-by: Tamo <irevoire@protonmail.ch>
This commit is contained in:
parent
c810af3ebf
commit
7f25007d31
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ impl FromStr for AscDesc {
|
|||
|
||||
#[derive(Error, Debug)]
|
||||
pub enum SortError {
|
||||
#[error("{}", error)]
|
||||
#[error(transparent)]
|
||||
ParseGeoError { error: ParseGeoError },
|
||||
#[error("Invalid syntax for the geo parameter: expected expression formated like \
|
||||
`_geoPoint(latitude, longitude)` and ending by `:asc` or `:desc`, found `{name}`.")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue