From: Sarah Hoffmann Date: Wed, 15 Jun 2016 20:39:21 +0000 (+0200) Subject: allow coordinates in query only with name or classtype X-Git-Tag: v3.0.0~155 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/665de339e5c1afde21d836ce4be9abe94ae483e0?ds=sidebyside;hp=665de339e5c1afde21d836ce4be9abe94ae483e0 allow coordinates in query only with name or classtype Coordinates with country or housenumber only do not make much sense. Currently these combination result in queries that require a sequential scan of search_name and normally time out before yielding any results. fixes #462 ---