X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/e3323e88881b5da706c47bcd45e69aedacf8350b..7ba5152493327d277115aab9b344b652decd3f2e:/test/bdd/api/search/postcode.feature diff --git a/test/bdd/api/search/postcode.feature b/test/bdd/api/search/postcode.feature index 63c86469..bb1b755b 100644 --- a/test/bdd/api/search/postcode.feature +++ b/test/bdd/api/search/postcode.feature @@ -1,12 +1,17 @@ +@SQLITE @APIDB Feature: Searches with postcodes Various searches involving postcodes + @Fail Scenario: US 5+4 ZIP codes are shortened to 5 ZIP codes if not found - When sending json search query "57701 1111, us" with address + When sending json search query "36067 1111, us" with address Then result addresses contain | postcode | - | 57701 | + | 36067 | + And results contain + | type | + | postcode | Scenario: Postcode search with address When sending json search query "9486, mauren" @@ -26,6 +31,18 @@ Feature: Searches with postcodes | country_code | | li | + Scenario: Postcode search with bounded viewbox restriction + When sending json search query "9486" with address + | bounded | viewbox | + | 1 | 9.55,47.20,9.58,47.22 | + Then result addresses contain + | postcode | + | 9486 | + When sending json search query "9486" with address + | bounded | viewbox | + | 1 | 5.00,20.00,6.00,21.00 | + Then exactly 0 results are returned + Scenario: Postcode search with structured query When sending json search query "" with address | postalcode | country |