]> git.openstreetmap.org Git - nominatim.git/commit
fix handling of near queries with special search
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Sep 2017 22:07:11 +0000 (00:07 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 18 Sep 2017 22:07:11 +0000 (00:07 +0200)
commit15a215729eec7353254fc42972532ce3f38d743a
tree8a0e47c55bc02a1cf258e6791b2c6e93b3daa70c
parentce95c55d656a06272177d2c41410322bf3a14817
fix handling of near queries with special search

Make sure to use the classtype tables with near search and
allow to search for arbitrary key/values (forbidding it
for viewbox searches).

Add tests for near queries.
lib/Geocode.php
test/bdd/api/search/params.feature
test/bdd/api/search/queries.feature