typesense-mongodb
typesense-mongodb copied to clipboard
GeoJSON compatibility
As mentioned in documentation and widely known, geo points in MongoDB use reverse order for latitude e longitude (expressing a point as [lng, lat]
).
Shouldn't this cli automatically deal with this case?