-
-
Notifications
You must be signed in to change notification settings - Fork 164
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
Query filters for parent data fields #1646
Comments
Can |
Hi @missinglink, I have analyzed this option and our requirement. I have analyzed the option to extend boundary.gid to boundary.gids Here we are querying the results which have any of the given locality_ids AND any of given county_ids. |
A general purpose boundary.gid like |
We can filter the results by country using pelias-api, by using the
boundary.country
query parameter which will target the country abbreviation field (country_a
) under the parents.We want to have the ability to filter on other parent fields also, may be on Ids instead of abbreviation field.
We are currently using the forked version of pelias-api where we have added ability to search on locality_id and county_id. But this is very specific to out needs.
We may find a general solution to filter on any parent field.
The text was updated successfully, but these errors were encountered: