X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/a16075d34895a947bbcbf60f22dc81df92cf4640..35df2bb75eae78f38b347f26862fa4cb8284d574:/tests/features/api/search.feature diff --git a/tests/features/api/search.feature b/tests/features/api/search.feature index ac378b0e..08b2653c 100644 --- a/tests/features/api/search.feature +++ b/tests/features/api/search.feature @@ -9,7 +9,7 @@ Feature: Search queries | road | Thoresby Road | city | Broxtowe | state | England - | country | United Kingdom + | country | U.*K.* | country_code | gb @@ -31,13 +31,13 @@ Feature: Search queries Scenario: House number interpolation even Given the request parameters | accept-language - | en + | en When sending json search query "140 rue Don Bosco, Saguenay" with address Then address of result 0 contains | type | value | house_number | 140 - | road | rue Don Bosco - | city | Saguenay + | road | [Rr]ue Don Bosco + | city | .*Saguenay | state | Quebec | country | Canada | country_code | ca @@ -45,13 +45,13 @@ Feature: Search queries Scenario: House number interpolation odd Given the request parameters | accept-language - | en + | en When sending json search query "141 rue Don Bosco, Saguenay" with address Then address of result 0 contains | type | value | house_number | 141 - | road | rue Don Bosco - | city | Saguenay + | road | [rR]ue Don Bosco + | city | .*Saguenay | state | Quebec | country | Canada | country_code | ca @@ -59,18 +59,28 @@ Feature: Search queries @Tiger Scenario: TIGER house number When sending json search query "3 West Victory Way, Craig" - Then result 0 has not attributes osm_id,osm_type + Then results contain + | osm_type + | tiger @Tiger Scenario: TIGER house number (road fallback) When sending json search query "3030 West Victory Way, Craig" - Then result 0 has attributes osm_id,osm_type + Then results contain + | osm_type + | way Scenario: Expansion of Illinois Given the request parameters | accept-language - | en + | en When sending json search query "il, us" Then results contain | ID | display_name | 0 | Illinois.* + + Scenario: Search with class-type feature + When sending jsonv2 search query "Hotel California" + Then results contain + | place_rank + | 30