Skip to content

Commit

Permalink
RSPY-506 - fix AUXIP OData queries
Browse files Browse the repository at this point in the history
  • Loading branch information
vprivat-ads committed Nov 13, 2024
1 parent ff9ae76 commit 87ca5a6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions services/adgs/config/adgs_ws_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ adgs:
type: ODataV4Search
api_endpoint: 'http://127.0.0.1:5000/Products'
need_auth: true
results_entry: responses | $
results_entry: $.value
metadata_mapping:
id:
- null
Expand Down Expand Up @@ -100,7 +100,7 @@ adgs:
free_text_search_operations:
$filter:
union: ' OR '
wrapper: '"{}"'
wrapper: '{}'
operations:
and:
- 'PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime}'
Expand Down Expand Up @@ -151,7 +151,7 @@ adgs2:
type: ODataV4Search
api_endpoint: 'http://127.0.0.1:5001/Products'
need_auth: true
results_entry: responses | $
results_entry: $.value
metadata_mapping:
id:
- null
Expand Down Expand Up @@ -211,7 +211,7 @@ adgs2:
free_text_search_operations:
$filter:
union: ' OR '
wrapper: '"{}"'
wrapper: '{}'
operations:
and:
- 'PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime}'
Expand Down
8 changes: 4 additions & 4 deletions services/adgs/config/adgs_ws_config_token_module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ adgs:
type: ODataV4Search
api_endpoint: 'http://127.0.0.1:5000/Products'
need_auth: true
results_entry: responses | $
results_entry: $.value
metadata_mapping:
id:
- null
Expand Down Expand Up @@ -89,7 +89,7 @@ adgs:
free_text_search_operations:
$filter:
union: ' OR '
wrapper: '"{}"'
wrapper: '{}'
operations:
and:
- 'PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime}'
Expand Down Expand Up @@ -129,7 +129,7 @@ adgs2:
type: ODataV4Search
api_endpoint: 'http://127.0.0.1:5001/Products'
need_auth: true
results_entry: responses | $
results_entry: $.value
metadata_mapping:
id:
- null
Expand Down Expand Up @@ -189,7 +189,7 @@ adgs2:
free_text_search_operations:
$filter:
union: ' OR '
wrapper: '"{}"'
wrapper: '{}'
operations:
and:
- 'PublicationDate gt {startTimeFromAscendingNode#to_iso_utc_datetime}'
Expand Down

0 comments on commit 87ca5a6

Please sign in to comment.