mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 05:14:07 +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) {
|
if ($this->sHouseNumber || $this->sClass) {
|
||||||
$iLimit = 20;
|
$iLimit = 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
$aResults = array();
|
$aResults = array();
|
||||||
|
|||||||
Reference in New Issue
Block a user