diff --git a/website/search.php b/website/search.php index 3b5d55ac..6596fca4 100755 --- a/website/search.php +++ b/website/search.php @@ -816,7 +816,7 @@ } // Fallback to the road - if (!sizeof($aPlaceIDs)) + if (!sizeof($aPlaceIDs) && preg_match('/^[0-9]+$/', $aSearch['sHouseNumber'])) { $aPlaceIDs = $aRoadPlaceIDs; }