X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/afeafc8aa797a9051fc43a4482165c563a834a3f..d4f3eda3145539aa2516da2b8e80bb54b3227e95:/test/bdd/api/search/params.feature diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index af83bd33..e77a00d2 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -1,3 +1,4 @@ +@SQLITE @APIDB Feature: Search queries Testing different queries and parameters @@ -68,7 +69,6 @@ Feature: Search queries | 0 | Then there are duplicates - @fail-legacy Scenario: Search with bounded viewbox in right area When sending json search query "post" with address | bounded | viewbox | @@ -172,10 +172,12 @@ Feature: Search queries Scenario: Limit number of search results When sending json search query "landstr" + | dedupe | + | 0 | Then more than 4 results are returned When sending json search query "landstr" - | limit | - | 4 | + | limit | dedupe | + | 4 | 0 | Then exactly 4 results are returned Scenario: Limit parameter must be a number @@ -185,10 +187,6 @@ Feature: Search queries Then a HTTP 400 is returned Scenario: Restrict to feature type country - When sending xml search query "fürstentum" - Then results contain - | ID | class | - | 1 | building | When sending xml search query "fürstentum" | featureType | | country | @@ -198,7 +196,7 @@ Feature: Search queries Scenario: Restrict to feature type state When sending xml search query "Wangerberg" - Then more than 1 result is returned + Then at least 1 result is returned When sending xml search query "Wangerberg" | featureType | | state | @@ -206,9 +204,7 @@ Feature: Search queries Scenario: Restrict to feature type city When sending xml search query "vaduz" - Then results contain - | ID | place_rank | - | 1 | 30 | + Then at least 1 result is returned When sending xml search query "vaduz" | featureType | | city | @@ -356,18 +352,6 @@ Feature: Search queries | svg | | geokml | - Scenario: Search along a route - When sending json search query "rathaus" with address - Then result addresses contain - | ID | town | - | 0 | Schaan | - When sending json search query "rathaus" with address - | bounded | routewidth | route | - | 1 | 0.1 | 9.54353,47.11772,9.54314,47.11894 | - Then result addresses contain - | town | - | Triesenberg | - Scenario: Array parameters are ignored When sending json search query "Vaduz" with address