]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/queries.feature
adapt tests to rank_search removal
[nominatim.git] / test / bdd / api / search / queries.feature
index 7ac9813a519ba81a1e8d325c74f869f1d8b0e779..a9719fb2d68d861a6541f8d7f0632fc274191008 100644 (file)
@@ -23,10 +23,9 @@ Feature: Search queries
           | type          | value |
           | house_number  | 86 |
           | road          | Schellingstraße |
-          | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
+          | neighbourhood | Auenviertel |
           | postcode      | 22089 |
-          | city_district | Wandsbek |
           | city          | Hamburg |
           | country       | Deutschland |
           | country_code  | de |
@@ -42,7 +41,6 @@ Feature: Search queries
           | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
           | postcode      | 22089 |
-          | city_district | Wandsbek |
           | city          | Hamburg |
           | country       | Deutschland |
           | country_code  | de |
@@ -185,4 +183,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 |