OpenHistoricalMap / issues

File your issues here, regardless of repo until we get all our repos squared away; we don't want to miss anything.
Creative Commons Zero v1.0 Universal
17 stars 1 forks source link

Nominatim is failing basic "[amenity type] [name fragment" search queries #813

Open jeffreyameyer opened 3 weeks ago

jeffreyameyer commented 3 weeks ago

Bug description Nominatim isn't returning anything for a search of "theatre Torres", which seems like it should return the node for Torres Bermejas with an amenity=theatre tag.

1ec5 commented 3 weeks ago

Does this work in OpenStreetMap either? I think Nominatim only supports queries in the form of “[feature type] in [place]”, which requires less natural language processing than the more ambiguous “[feature type] [place]”. I’d love to be proven wrong though.