| 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 |
+ | Vaduz | church |
+ Then result addresses contain
+ | country |
+ | Liechtenstein |
+ And results contain
+ | class | type |
+ | amenity | place_of_worship |
+
Scenario: gihub #176
When sending json search query "" with address
| city |