X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0d189ac5df8341e80a118bc8e67e126d03cd5302..2a717da8508ed697bfe6f5eded4e397054570a7a:/test/bdd/api/search/queries.feature diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index 57ae2c20..a9719fb2 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -23,8 +23,8 @@ Feature: Search queries | type | value | | house_number | 86 | | road | Schellingstraße | - | neighbourhood | Auenviertel | | suburb | Eilbek | + | neighbourhood | Auenviertel | | postcode | 22089 | | city | Hamburg | | country | Deutschland | @@ -183,4 +183,12 @@ Feature: Search queries When sending json search query "22nd Street Southwest , Huron" Then results contain | class | type | - | highway | residential | \ No newline at end of file + | highway | residential | + + + # github #1949 + Scenario: Addressdetails always return the place type + When sending json search query "Rotherbaum" with address + Then result addresses contain + | ID | suburb | + | 0 | Rotherbaum |