mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
add parse_geo_distance to parse_primary
This commit is contained in:
parent
fddfb37f1f
commit
2fff6f7f23
1 changed files with 1 additions and 0 deletions
|
@ -447,6 +447,7 @@ fn parse_primary(input: Span, depth: usize) -> IResult<FilterCondition> {
|
|||
parse_to,
|
||||
// the next lines are only for error handling and are written at the end to have the less possible performance impact
|
||||
parse_geo,
|
||||
parse_geo_distance,
|
||||
parse_geo_point,
|
||||
parse_error_reserved_keyword,
|
||||
))(input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue