osm-oscar / oscar-web

A simple search engine for OpenStreetMap data
https://www.oscar-web.de
Other
5 stars 2 forks source link

Improve query processing #53

Closed dbahrdt closed 6 years ago

dbahrdt commented 6 years ago

There are just too many people entering queries that look like queries issued to google maps. These do not work with OSCAR. It may be a good idea to at least add the ability to parse queries involving streets and house numbers (doing this correctly is very likely out of the scope of this project)

dbahrdt commented 6 years ago

We now have support for Nominatim's special phrases and also support "in", "between", "near" keywords. Commas are treated as intersection operators. Housenumbers are part of the important tags. Hence something like !Stuttgarter !straße !"12" #Stuttgart is possible