increase limit when searching for street w/ house number

Increase the chance that the correct street is found.
This commit is contained in:
Sarah Hoffmann 2018-10-20 17:26:45 +02:00
parent 2467e9996e
commit c5109d39d0

View File

@ -701,7 +701,7 @@ class SearchDescription
}
if ($this->sHouseNumber || $this->sClass) {
$iLimit = 20;
$iLimit = 40;
}
$aResults = array();