You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 21, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: text/0059-geo-search.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,3 +295,5 @@ To keep consistency and not to introduce a different syntax among the `sort` sea
295
295
- Handling `:desc` order around a geoPoint
296
296
- Handling array of geo points in the document object.
297
297
- Handling multiple geo formats for the `_geo` field. e.g. "{lat},{lng}", a geohash etc.
298
+
- Handling distance in other formats (like the imperial format). **It's easy to implement on the user side though.**
299
+
- Handling position in other formats. It seems that [degrees and minutes](https://www.pacioos.hawaii.edu/voyager-news/lat-long-formats/) are also used a lot. **It's easy to implement on the user side though.**
0 commit comments