]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/structured.feature
Merge pull request #3108 from mtmail/remove-legacy-wikipedia-tag-syntax
[nominatim.git] / test / bdd / api / search / structured.feature
index e94cd4cc2b26b15bf79e02e2d5b12fb2d490b8a7..517c0eddd229c16e2a2d33057783d9f280a3dad7 100644 (file)
@@ -15,13 +15,13 @@ Feature: Structured search queries
     Scenario: Postcode only
         When sending json search query "" with address
           | postalcode |
-          | 22547 |
+          | 9495 |
         Then results contain
           | type |
           | ^post(al_)?code |
         And result addresses contain
           | postcode |
-          | 22547 |
+          | 9495 |
 
     Scenario: Street, postcode and country
         When sending xml search query "" with address
@@ -50,16 +50,19 @@ Feature: Structured search queries
     Scenario: Amenity, city
         When sending json search query "" with address
           | city  | amenity |
-          | Vaduz | church  |
+          | Vaduz | bar  |
         Then result addresses contain
           | country |
           | Liechtenstein |
         And  results contain
           | class   | type |
-          | amenity | place_of_worship |
+          | amenity | ^(pub)\|(bar)\|(restaurant) |
 
-    Scenario: gihub #176
+    #176
+    Scenario: Structured search restricts rank
         When sending json search query "" with address
           | city |
-          | Mercedes |
-        Then at least 1 result is returned
+          | Vaduz |
+        Then result addresses contain
+          | town |
+          | Vaduz |