X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/9a56e53d50211be8b34ac1ecddf0e2930f987701..5e477e3b5b99da6fc4e54749d4671a6fc8fdcd66:/test/bdd/api/search/params.feature?ds=sidebyside diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index cc86e01b..300948a9 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -34,7 +34,7 @@ Feature: Search queries | postcode | 9495 | | country | Liechtenstein | | country_code | li | - | ISO3166-2-lvl12 | LI-09 | + | ISO3166-2-lvl8 | LI-09 | Examples: | format | @@ -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 |