-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add categories for streets (address
and address:street
)
#241
base: master
Are you sure you want to change the base?
Conversation
Heya, this is cool, thanks. Can you please explain a little bit more about how adding categories can provide improved filtering over the existing
Isn't this possible already with |
The full use case is : I'm the New York City website. I have a map with a search bar. If streets have no categories, they will be filtered with the |
Agh yes I understand now 😃 So.. a few thoughts:
|
Another option would be to have a way of controlling the matching behaviour of records with zero categories. So for instance you could ask for Just a thought as it would also address the specific issue, although I'm interested in the idea of having more powerful category filtering. |
Hum, not really it will be still useful for admin documents and for simple use cases. IMO
Yep 👍 powerful and maybe complex ?
This must be added for categories too !
I'm sorry, it's a typo, in the code it's Lines 35 to 37 in cdceed1
Yes, a feature for matching zero categories should be great. But we can't know for sure these records will be addresses or the thing we expect. |
Backround
from pelias/api#1405 (comment)
Because of the non existence of categories for streets and addresses, we can't search both venues and addresses in one query.
What's new ?
I added categories
addresses
andaddresses:streets
. This is not yet in the taxonomy, but it can give us an idea.I suggest for OSM and OA categories
addresses
andaddresses:house
(whenaddr:housenumber
is present).related pelias/api#1405