X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/86d90bc46005c00f2367ad759804f528adc4c6a5..051998dd80b0def50058266b7adbdf2e971032eb:/tests/features/api/search.feature diff --git a/tests/features/api/search.feature b/tests/features/api/search.feature index 9b861a7b..656bfb29 100644 --- a/tests/features/api/search.feature +++ b/tests/features/api/search.feature @@ -16,17 +16,17 @@ Feature: Search queries Scenario: House number search for non-street address Given the request parameters | accept-language - | en - When sending json search query "4 Pomocnia, Poland" with address - Then address of result 0 is + | en + When sending json search query "4 Pomocnia, Pokrzywnica, Poland" with address + Then address of result 0 contains | type | value | house_number | 4 - | suburb | Pomocnia | county | gmina Pokrzywnica | state | Masovian Voivodeship | postcode | 06-121 | country | Poland | country_code | pl + Then address of result 0 does not contain road Scenario: House number interpolation even Given the request parameters @@ -36,7 +36,7 @@ Feature: Search queries Then address of result 0 contains | type | value | house_number | 140 - | road | rue Don Bosco + | road | [Rr]ue Don Bosco | city | Saguenay | state | Quebec | country | Canada @@ -50,19 +50,25 @@ Feature: Search queries Then address of result 0 contains | type | value | house_number | 141 - | road | rue Don Bosco + | road | [rR]ue Don Bosco | city | Saguenay | state | Quebec | country | Canada | country_code | ca + @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 @@ -72,3 +78,9 @@ Feature: Search queries 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