]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge branch 'set-exception-handler-by-request-format' of https://github.com/mtmail...
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Nov 2018 19:57:20 +0000 (20:57 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 15 Nov 2018 19:57:20 +0000 (20:57 +0100)
lib/SearchDescription.php

index 35424b529244c9071a89d808a2419e3dba00f0ab..ec14e54600ee11f106d83b54ab6510b9b98be708 100644 (file)
@@ -701,7 +701,7 @@ class SearchDescription
         }
 
         if ($this->sHouseNumber || $this->sClass) {
-            $iLimit = 20;
+            $iLimit = 40;
         }
 
         $aResults = array();