X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/cf0d6307d641e17e024af2e49eb73ebc30b23909..2bd6c761b0e573189a03e8819c6db715eb711eb1:/test/bdd/api/search/params.feature diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index b3df7d19..300948a9 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -34,6 +34,7 @@ Feature: Search queries | postcode | 9495 | | country | Liechtenstein | | country_code | li | + | ISO3166-2-lvl8 | LI-09 | Examples: | format | @@ -367,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 |