X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/4856f56d61e312bf946aa527cc79fe7034441cb3..a40684162afec2ce96d118884647a0525bb176ad:/test/bdd/api/search/queries.feature diff --git a/test/bdd/api/search/queries.feature b/test/bdd/api/search/queries.feature index 6650e969..e5040f1e 100644 --- a/test/bdd/api/search/queries.feature +++ b/test/bdd/api/search/queries.feature @@ -23,10 +23,9 @@ Feature: Search queries | type | value | | house_number | 86 | | road | Schellingstraße | - | neighbourhood | Auenviertel | | suburb | Eilbek | | postcode | 22089 | - | city_district | Wandsbek | + | city | Hamburg | | country | Deutschland | | country_code | de | @@ -38,10 +37,9 @@ Feature: Search queries | type | value | | house_number | 73 | | road | Schellingstraße | - | neighbourhood | Auenviertel | | suburb | Eilbek | | postcode | 22089 | - | city_district | Wandsbek | + | city | Hamburg | | country | Deutschland | | country_code | de | @@ -164,3 +162,31 @@ Feature: Search queries | 0 | 6395 | | 1 | 6395 BIS | + Scenario Outline: Same Searches with white spaces + When sending json search query "" + Then exactly 1 result is returned + And results contain + | class | + | building | + + Examples: + | data | + | amerlugalpe, N 47.15739° E 9.61264° | + | amerlugalpe, N 47.15739° E 9.61264° | + | amerlugalpe , N 47.15739° E 9.61264° | + | amerlugalpe, N 47.15739° E 9.61264° | + | amerlugalpe , N 47.15739° E 9.61264° | + + Scenario: Searched with white spaces + When sending json search query "22nd Street Southwest , Huron" + 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 |