]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/SearchDescription.php
assume name for special operator in bounded search
[nominatim.git] / lib / SearchDescription.php
index 13775d65fd9c94c19e27a47f1ea64beb46f8f543..5431b3eb957907417d38f130a3dd91abeb6bfc6f 100644 (file)
@@ -262,7 +262,7 @@ class SearchDescription
 
                 $iOp = Operator::NEAR; // near == in for the moment
                 if ($aSearchTerm['operator'] == '') {
-                    if (sizeof($this->aName)) {
+                    if (sizeof($this->aName) || $this->oContext->isBoundedSearch()) {
                         $iOp = Operator::NAME;
                     }
                     $oSearch->iSearchRank += 2;