mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 21:54:10 +03:00
increase limit when searching for street w/ house number
Increase the chance that the correct street is found.
This commit is contained in:
parent
2467e9996e
commit
c5109d39d0
@ -701,7 +701,7 @@ class SearchDescription
|
||||
}
|
||||
|
||||
if ($this->sHouseNumber || $this->sClass) {
|
||||
$iLimit = 20;
|
||||
$iLimit = 40;
|
||||
}
|
||||
|
||||
$aResults = array();
|
||||
|
Loading…
Reference in New Issue
Block a user