From c5109d39d029fb013286e4ff4220e200267caa09 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sat, 20 Oct 2018 17:26:45 +0200 Subject: [PATCH] increase limit when searching for street w/ house number Increase the chance that the correct street is found. --- lib/SearchDescription.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.1