X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0892eab1d36b14fea8de73590c477612b5165ce6..7b44cb9577ca6b9fb6c82be86a343730cf4ed5b8:/lib/TokenList.php diff --git a/lib/TokenList.php b/lib/TokenList.php index a91c735e..67d94edd 100644 --- a/lib/TokenList.php +++ b/lib/TokenList.php @@ -125,7 +125,7 @@ class TokenList $iId, $aWord['class'], $aWord['type'], - $aWord['operator'] ? Operator::NONE : Operator::NEAR + $aWord['operator'] ? Operator::NEAR : Operator::NONE ); } } elseif ($aWord['country_code']) {