Skip to content

Commit

Permalink
[refs #99788] Copernicus Land: test exclude expired items.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed May 2, 2019
1 parent 55a5a92 commit 20deaed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copernicus/riverconfig_publications.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
},

"graphSyncConditions_add": [
"FILTER ( !contains(str(?items_count_expires), '1') && !contains(str(?resource), '/land-use-cases') && !contains(str(?resource), '/technical-library') && !contains(str(?resource), '/contract-opportunities') && !contains(str(?resource), '/faq') )"
"FILTER ( NOT EXISTS {?expires} && !contains(str(?resource), '/land-use-cases') && !contains(str(?resource), '/technical-library') && !contains(str(?resource), '/contract-opportunities') && !contains(str(?resource), '/faq') )"
],

"graphSyncConditions_1": [
Expand Down

0 comments on commit 20deaed

Please sign in to comment.