Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helper Support for Geospatial Queries? #219

Open
micyxcv opened this issue Dec 10, 2019 · 2 comments
Open

Helper Support for Geospatial Queries? #219

micyxcv opened this issue Dec 10, 2019 · 2 comments

Comments

@micyxcv
Copy link

micyxcv commented Dec 10, 2019

Hi!
Is there a way to perform GeoSpatial queries in the current version?
I've seen the GeoNearOptions struct in the docs, but it guess it didn't make it to the last version...
Thanks for your effort!

@Joannis
Copy link
Member

Joannis commented Dec 11, 2019

Hello @micyxcv,

There is always support for "custom" commands. In a way, all commands in MongoKitten 6 are custom but provided by default. Almost all of them could be implemented manually.

Is there a specific list of features/commands you'd like to see first around GeoSpatial queries?

Thanks!

@Joannis Joannis self-assigned this Dec 11, 2019
@micyxcv
Copy link
Author

micyxcv commented Dec 13, 2019

Hello @Joannis,

I'm primarily interested in querying a db with the $geoWithin and $near operators and how to set up models/documents with GeoJSON object types.

Best regards
Michael

@Joannis Joannis removed their assignment Jul 31, 2022
@Joannis Joannis changed the title Support for Geospatial Queries? Helper Support for Geospatial Queries? Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants