-
-
Notifications
You must be signed in to change notification settings - Fork 164
Open
Labels
Description
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.
arnesetzer