X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ee32315378868748fe3704616e9ca860cdc97da9..ed7f0d9e46cf6ecd8c3182e02156ff0e4d1cd864:/lib-php/TokenCountry.php?ds=inline diff --git a/lib-php/TokenCountry.php b/lib-php/TokenCountry.php index c9b7b6af..3f93f45e 100644 --- a/lib-php/TokenCountry.php +++ b/lib-php/TokenCountry.php @@ -1,4 +1,12 @@ hasCountry() && $oPosition->maybePhrase('country'); + return !$oSearch->hasCountry() + && $oPosition->maybePhrase('country') + && $oSearch->getContext()->isCountryApplicable($this->sCountryCode); } /**