X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/03039ebfa85a859bf80b5ed3125e34077d9a1df1..62747c934d3445b000810f8a7737ea86777995e3:/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']) {