Skip to content

Commit 05c72b0

Browse files
committed
Improved wording in load_collection.
1 parent fa38f57 commit 05c72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

load_collection.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
}
146146
},
147147
"properties": {
148-
"description": "Limits the data by metadata properties to include only data in the data cube which the given expressions return `true` for.\n\nSpecify key-value-pairs with the keys being the name of the metadata property, which can be retrieved with the openEO Data Discovery for Collections. The values must be expressions to be evaluated against the collection metadata, see the example.",
148+
"description": "Limits the data by metadata properties to include only data in the data cube which all given expressions return `true` for (AND operation).\n\nSpecify key-value-pairs with the keys being the name of the metadata property, which can be retrieved with the openEO Data Discovery for Collections. The values must be expressions to be evaluated against the collection metadata, see the example.\n\n**Note:** Back-ends may not pass the actual value to the expressions, but pass a proprietary index or a placeholder so that they can use the expressions to query against another data source. So debugging on the callback parameter `value` may lead to unexpected results.",
149149
"experimental": true,
150150
"schema": {
151151
"anyOf": [

0 commit comments

Comments
 (0)