typesense / typesense-mongodb

A Node.js CLI to sync documents from a MongoDB collection to Typesense.
https://typesense.org/docs/0.21.0/guide/mongodb-full-text-search.html
Apache License 2.0
28 stars 5 forks source link

GeoJSON compatibility #12

Open enricodeleo opened 2 years ago

enricodeleo commented 2 years ago

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?