Elfocrash / Cosmonaut

🌐 A supercharged Azure CosmosDB .NET SDK with ORM support
https://cosmonaut.readthedocs.io
MIT License
342 stars 44 forks source link

[FEATURE][QUESTION] support for geospatial queries? #129

Open nor0x opened 4 years ago

nor0x commented 4 years ago

Hi @Elfocrash, great work with Cosmonaut i really enjoy using it 👏

I was wondering if support for geospatial queries is something that's planned or on the roadmap? A workaround that i'm using at the moment is by accessing the DocumentClient of the CosmonautClientand perform the queries directly.