X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8ac36e2e18a8b2260251ea3f1e869dafb2ebe2eb..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)