mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-31 10:50:03 +00:00
if we have no rtree we return all other provided documents
This commit is contained in:
@ -312,7 +312,7 @@ impl<'t> CriteriaBuilder<'t> {
|
||||
)?),
|
||||
AscDescName::Desc(Member::Geo(_point)) => {
|
||||
return Err(UserError::InvalidSortName {
|
||||
name: "Sorting in descending order is currently not supported for the geosearch".to_string(),
|
||||
name: "sorting in descending order is not supported for the geosearch".to_string(),
|
||||
})?
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user