Skip to content

Commit

Permalink
fix: creodias & cop_dataspace search result count
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Nov 20, 2023
1 parent 9e881ac commit bfd98f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions eodag/resources/providers.yml
Expand Up @@ -880,9 +880,9 @@
type: QueryStringSearch
api_endpoint: 'http://datahub.creodias.eu/resto/api/collections/{collection}/search.json'
need_auth: false
timeout: 20
timeout: 60
pagination:
next_page_url_tpl: '{url}?{search}&maxRecords={items_per_page}&page={page}'
next_page_url_tpl: '{url}?{search}&maxRecords={items_per_page}&page={page}&exactCount=1'
total_items_nb_key_path: '$.properties.totalResults'
max_items_per_page: 1_000
discover_metadata:
Expand Down Expand Up @@ -2994,9 +2994,9 @@
type: QueryStringSearch
api_endpoint: 'http://catalogue.dataspace.copernicus.eu/resto/api/collections/{collection}/search.json'
need_auth: false
timeout: 10
timeout: 60
pagination:
next_page_url_tpl: '{url}?{search}&maxRecords={items_per_page}&page={page}'
next_page_url_tpl: '{url}?{search}&maxRecords={items_per_page}&page={page}&exactCount=1'
total_items_nb_key_path: '$.properties.totalResults'
max_items_per_page: 1_000
discover_metadata:
Expand Down

0 comments on commit bfd98f6

Please sign in to comment.