]> git.openstreetmap.org Git - nominatim.git/blobdiff - test/bdd/api/search/params.feature
ignore API parameters in array notation
[nominatim.git] / test / bdd / api / search / params.feature
index 3f12f1c8f563e1c0ec751c14ac5a0ccf35b1722b..300948a9a0765f2c40adea52c5d9dbd6a3587e90 100644 (file)
@@ -368,3 +368,10 @@ Feature: Search queries
           | Triesenberg |
 
 
+    Scenario: Array parameters are ignored
+        When sending json search query "Vaduz" with address
+          | countrycodes[] | polygon_svg[] | limit[] | polygon_threshold[] |
+          | IT             | 1             | 3       | 3.4                 |
+        Then result addresses contain
+          | ID | country_code |
+          | 0  | li           |