X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0892eab1d36b14fea8de73590c477612b5165ce6..41c4b51be5ff6f1d94e0899665b814a805691d8c:/lib/TokenList.php?ds=sidebyside 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']) {