komoot / photon

an open source geocoder for openstreetmap data
Apache License 2.0
1.83k stars 278 forks source link

Street does not appear when trying to filter by city #675

Closed HenrikZabel closed 2 years ago

HenrikZabel commented 2 years ago

https://photon.komoot.io/api/?q=Markgrafenstr&osm_tag=place:name=Berlin

I get nothing: image

When removing the osm_tag I get tons of results. How to implement the filter differently to this? :)

lonvia commented 2 years ago

I suspect, what you want to do is: https://photon.komoot.io/api/?q=Markgrafenstr,Berlin , i.e find the Markgrafenstr in Berlin?

HenrikZabel commented 2 years ago

@lonvia Thank you! That's exactly what I wanted to have