X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/2cb85e48b4171e56fb1875560ffadde2fe2cb00e..2a717da8508ed697bfe6f5eded4e397054570a7a:/test/bdd/api/search/queries.feature diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index b521c171..a9719fb2 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -24,6 +24,7 @@ Feature: Search queries | house_number | 86 | | road | Schellingstraße | | suburb | Eilbek | + | neighbourhood | Auenviertel | | postcode | 22089 | | city | Hamburg | | country | Deutschland | @@ -37,6 +38,7 @@ Feature: Search queries | type | value | | house_number | 73 | | road | Schellingstraße | + | neighbourhood | Auenviertel | | suburb | Eilbek | | postcode | 22089 | | city | Hamburg | @@ -182,3 +184,11 @@ Feature: Search queries Then results contain | class | type | | 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 |