diff --git a/osm2pgsql b/osm2pgsql index b0352aa8..6a5d2500 160000 --- a/osm2pgsql +++ b/osm2pgsql @@ -1 +1 @@ -Subproject commit b0352aa8f15e2739ba36d72561854a2738123770 +Subproject commit 6a5d2500e9689f55485d186306aadc55560085fd diff --git a/test/bdd/api/search/params.feature b/test/bdd/api/search/params.feature index af83bd33..053dbbcd 100644 --- a/test/bdd/api/search/params.feature +++ b/test/bdd/api/search/params.feature @@ -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