mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
increase limit when searching for street w/ house number
Increase the chance that the correct street is found.
This commit is contained in:
@@ -701,7 +701,7 @@ class SearchDescription
|
||||
}
|
||||
|
||||
if ($this->sHouseNumber || $this->sClass) {
|
||||
$iLimit = 20;
|
||||
$iLimit = 40;
|
||||
}
|
||||
|
||||
$aResults = array();
|
||||
|
||||
Reference in New Issue
Block a user