X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2e6f5ba7e68d52aff93775ebffcdb5c59f7f65df..d145409d64297ba2830c27bfdfa93496a604ec70:/test/bdd/api/search/structured.feature diff --git a/test/bdd/api/search/structured.feature b/test/bdd/api/search/structured.feature index f45a1a6d..e94cd4cc 100644 --- a/test/bdd/api/search/structured.feature +++ b/test/bdd/api/search/structured.feature @@ -18,7 +18,7 @@ Feature: Structured search queries | 22547 | Then results contain | type | - | postcode | + | ^post(al_)?code | And result addresses contain | postcode | | 22547 | @@ -31,6 +31,22 @@ Feature: Structured search queries | attr | value | | querystring | Old Palace Road, GU2 7UP, United Kingdom | + Scenario: Street with housenumber, city and postcode + When sending xml search query "" with address + | street | city | postalcode | + | 19 Am schrägen Weg | Vaduz | 9490 | + Then result addresses contain + | house_number | road | + | 19 | Am Schrägen Weg | + + Scenario: Street with housenumber, city and bad postcode + When sending xml search query "" with address + | street | city | postalcode | + | 19 Am schrägen Weg | Vaduz | 9491 | + Then result addresses contain + | house_number | road | + | 19 | Am Schrägen Weg | + Scenario: Amenity, city When sending json search query "" with address | city | amenity |