From 9af69c688d7033c79e1c3731f06d61a14aab2ad7 Mon Sep 17 00:00:00 2001 From: Nicola Dalpasso Date: Thu, 25 Apr 2024 09:46:23 +0200 Subject: [PATCH] fix: fix queryable parameter `id` for provider `earth_search` --- eodag/resources/providers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eodag/resources/providers.yml b/eodag/resources/providers.yml index 2e79ffabc7..225e2a84c4 100644 --- a/eodag/resources/providers.yml +++ b/eodag/resources/providers.yml @@ -1800,7 +1800,7 @@ productType: sentinel-2-l1c metadata_mapping: id: - - id + - '{{"query":{{"s2:product_uri":{{"eq":"{id}.SAFE"}}}}}}' - '{$.properties."s2:product_uri"#remove_extension}' title: '{$.properties."s2:product_uri"#remove_extension}' platformSerialIdentifier: '$.id.`split(_, 0, -1)`' @@ -1825,7 +1825,7 @@ productType: sentinel-2-l2a metadata_mapping: id: - - id + - '{{"query":{{"s2:product_uri":{{"eq":"{id}.SAFE"}}}}}}' - '{$.properties."s2:product_uri"#remove_extension}' title: '{$.properties."s2:product_uri"#remove_extension}' platformSerialIdentifier: '$.id.`split(_, 0, -1)`'