]> git.openstreetmap.org Git - nominatim.git/commit
do not apply limit to house number place searches
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 6 Apr 2018 20:20:21 +0000 (22:20 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 6 Apr 2018 20:20:21 +0000 (22:20 +0200)
commitefac4a135a13690a964b1b6aaa046d084df70f29
treefdd8e42023d4e5350ff844a78ca6dc6c75449157
parent984e91e519795fabc0dddbd588f99dfd4cfed896
do not apply limit to house number place searches

Searches for house numbers are already limited by the
number of parent places. In fact, the limit assumed that
every parent place has exactly one match against the
given housenumber. That is not true in reality and so
we were dropping relevant results.

Fixes #329.
lib/SearchDescription.php