X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/43c2eb383ecd8484783dafff55ed376f5dad13cb..e59146a7334e6c8d47231e7d18c7f41a5eb02b59:/test/bdd/api/search/queries.feature diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index cf5a00c9..e0f58466 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -10,6 +10,7 @@ Feature: Search queries | type | value | | house_number | 2 | | hamlet | Steinwald | + | village | Göfis | | postcode | 6811 | | country | Austria | | country_code | at | @@ -25,7 +26,7 @@ Feature: Search queries | neighbourhood | Auenviertel | | suburb | Eilbek | | postcode | 22089 | - | city_district | Wandsbek | + | city | Hamburg | | country | Deutschland | | country_code | de | @@ -40,7 +41,7 @@ Feature: Search queries | neighbourhood | Auenviertel | | suburb | Eilbek | | postcode | 22089 | - | city_district | Wandsbek | + | city | Hamburg | | country | Deutschland | | country_code | de | @@ -55,6 +56,22 @@ Feature: Search queries | country | Uruguay | | country_code | uy | + Scenario Outline: Housenumber 0 can be found + When sending search query "Pham Hung Road 0" with address + Then results contain + | display_name | + | ^.*, 0,.* | + And result addresses contain + | house_number | + | 0 | + + Examples: + | format | + | xml | + | json | + | jsonv2 | + | geojson | + @Tiger Scenario: TIGER house number When sending json search query "323 22nd Street Southwest, Huron"