X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/64185ff94c6087eb7046f509f748e7b4e270ae65..47714357cb800c69d006b3a868356bf80d09549a:/test/bdd/api/search/queries.feature?ds=sidebyside diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index 5ef8f7ed..8c2fa2b8 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -19,30 +19,30 @@ Feature: Search queries | accept-language | | de | Then address of result 0 is - | type | value | - | house_number | 86 | - | road | Schellingstraße | - | suburb | Eilbek | - | postcode | 22089 | + | type | value | + | house_number | 86 | + | road | Schellingstraße | + | neighbourhood | Auenviertel | + | suburb | Eilbek | + | postcode | 22089 | | city_district | Wandsbek | - | state | Hamburg | - | country | Deutschland | - | country_code | de | + | country | Deutschland | + | country_code | de | Scenario: House number interpolation odd When sending json search query "Schellingstr 73, Hamburg" with address | accept-language | | de | Then address of result 0 is - | type | value | - | house_number | 73 | - | road | Schellingstraße | - | suburb | Eilbek | - | postcode | 22089 | + | type | value | + | house_number | 73 | + | road | Schellingstraße | + | neighbourhood | Auenviertel | + | suburb | Eilbek | + | postcode | 22089 | | city_district | Wandsbek | - | state | Hamburg | - | country | Deutschland | - | country_code | de | + | country | Deutschland | + | country_code | de | Scenario: With missing housenumber search falls back to road When sending json search query "342 rocha, santa lucia" with address @@ -55,6 +55,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"