From: Sarah Hoffmann Date: Sat, 20 Oct 2018 15:26:45 +0000 (+0200) Subject: increase limit when searching for street w/ house number X-Git-Tag: v3.3.0~81 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c5109d39d029fb013286e4ff4220e200267caa09?hp=2467e9996e787e98deea11d4397a9e9977c163f1 increase limit when searching for street w/ house number Increase the chance that the correct street is found. --- diff --git a/lib/SearchDescription.php b/lib/SearchDescription.php index 35424b52..ec14e546 100644 --- a/lib/SearchDescription.php +++ b/lib/SearchDescription.php @@ -701,7 +701,7 @@ class SearchDescription } if ($this->sHouseNumber || $this->sClass) { - $iLimit = 20; + $iLimit = 40; } $aResults = array();