]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/queries.feature
Merge pull request #1996 from lonvia/remove-postcode-search-structured
[nominatim.git] / test / bdd / api / search / queries.feature
index 57ae2c2038383349e8b7404e0017ca1cedd1455a..e5040f1e247b79ab8bb2808df568ce9dea8436b7 100644 (file)
@@ -23,7 +23,6 @@ Feature: Search queries
           | type          | value |
           | house_number  | 86 |
           | road          | Schellingstraße |
-          | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
           | postcode      | 22089 |
           | city          | Hamburg |
@@ -38,7 +37,6 @@ Feature: Search queries
           | type          | value |
           | house_number  | 73 |
           | road          | Schellingstraße |
-          | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
           | postcode      | 22089 |
           | city          | Hamburg |
@@ -183,4 +181,12 @@ Feature: Search queries
         When sending json search query "22nd   Street Southwest\v,\fHuron"
         Then results contain
           | class   | type |
-          | highway | residential |
\ No newline at end of file
+          | highway | residential |
+
+
+    # github #1949
+    Scenario: Addressdetails always return the place type
+       When sending json search query "Rotherbaum" with address
+       Then result addresses contain
+         | ID | suburb |
+         | 0  | Rotherbaum |