mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
@@ -125,7 +125,7 @@ class TokenList
|
|||||||
$iId,
|
$iId,
|
||||||
$aWord['class'],
|
$aWord['class'],
|
||||||
$aWord['type'],
|
$aWord['type'],
|
||||||
$aWord['operator'] ? Operator::NONE : Operator::NEAR
|
$aWord['operator'] ? Operator::NEAR : Operator::NONE
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
} elseif ($aWord['country_code']) {
|
} elseif ($aWord['country_code']) {
|
||||||
|
|||||||
Reference in New Issue
Block a user