How make a query like this: #132
-
|
Hi. But doesn't work. I think this is not the correct format. |
Beta Was this translation helpful? Give feedback.
Answered by
jan-tennert
May 3, 2023
Replies: 2 comments
-
|
Can you try this? select {
and {
lt("latitude", min)
gt("latitude", max)
}
and {
lt("longitude", min)
gt("longitude", max)
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Pablete01
-
|
Thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try this?
select { and { lt("latitude", min) gt("latitude", max) } and { lt("longitude", min) gt("longitude", max) } }