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

Implement REST conversion of within_geo_range #932

Open
tsmith023 opened this issue Mar 5, 2024 · 2 comments
Open

Implement REST conversion of within_geo_range #932

tsmith023 opened this issue Mar 5, 2024 · 2 comments
Labels
good first issue Good for newcomers

Comments

@tsmith023
Copy link
Contributor

tsmith023 commented Mar 5, 2024

Currently, a filter created using the within_geo_range method is not mapped appropriately when converted into the where filter syntax expected by the REST and GQL APIs, as here

As a result, any aggregation queries that filter on the geo range fail

@tsmith023 tsmith023 added the good first issue Good for newcomers label Mar 5, 2024
@saireddythfc
Copy link

Do you mind pointing me towards the "within_geo_range" method?

@tsmith023
Copy link
Contributor Author

Hi @saireddythfc, the within_geo_range method is here and the parsing into the expected REST syntax/schema happens here

LMK how you get on! Cheers 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants