We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to find out how catalog filters are defined when querying a connector but could not.
"filterExpression": { "operandLeft": "https://w3id.org/edc/v0.0.1/ns/isFdo", "operator": "=", "operandRight": "true" }
I expected documentation here: https://eclipse-edc.github.io/documentation/for-adopters/dataspaces/
The text was updated successfully, but these errors were encountered:
Thanks for your contribution 🔥 We will take a look asap 🚀
Sorry, something went wrong.
This is not a bug, we just have not had time to document it there. PRs welcome!
So where can I find documentation about those filters? I am looking for other operators.
the documentation does not exist yet, the answer is currently still only in the code
The relevant code is here: https://github.com/eclipse-edc/Connector/blob/main/spi/common/core-spi/src/main/java/org/eclipse/edc/spi/query/CriterionOperatorRegistry.java
No branches or pull requests
Bug Report
Describe the Bug
I tried to find out how catalog filters are defined when querying a connector but could not.
Expected Behavior
I expected documentation here:
https://eclipse-edc.github.io/documentation/for-adopters/dataspaces/
The text was updated successfully, but these errors were encountered: