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
19 stars 1 forks source link

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

Closed jeffreyameyer closed 4 months ago

jeffreyameyer commented 5 months 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 5 months 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.

jeffreyameyer commented 4 months ago

Per @1ec5 's comment, closing this ticket...