osm-oscar / oscar-web

A simple search engine for OpenStreetMap data

Home Page:https://www.oscar-web.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve query processing

dbahrdt opened this issue · comments

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)

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