X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4b5e464e12473a7d06ab1ecaed8c507350959ee4..974bd2d8b205bb4947fa546a95caed088c470bb0:/lib/SearchDescription.php diff --git a/lib/SearchDescription.php b/lib/SearchDescription.php index 47676d59..506d4202 100644 --- a/lib/SearchDescription.php +++ b/lib/SearchDescription.php @@ -187,7 +187,7 @@ class SearchDescription ) { if (!$this->sCountryCode) { $oSearch = clone $this; - $oSearch->iSearchRank += 2; + $oSearch->iSearchRank++; $oSearch->sCountryCode = $oSearchTerm->sCountryCode; // Country is almost always at the end of the string // - increase score for finding it anywhere else (optimisation)