Support in defining filterExpression as part of requesting a catalogue by user or federated catalogue #5458
Unanswered
marcofranke
asked this question in
Q&A
Replies: 1 comment
-
|
please wrap code quotes with triple backtick (```) to make the text somewhat readable |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Situation:
I created a asset and uploaded it using /management/v3/assets. with this HTTP Body:
{
"@context": { "@vocab": "https://w3id.org/edc/v0.0.1/ns/" },
"counterPartyAddress": "http://providerschaffler:15182/protocol",
"protocol": "dataspace-protocol-http"
}
The response is:
Then, I try to filter exactly for this item and the properties:
"properties": {
"name": "GeneratorBearing PCF"}, from the asset:
URL: /management/v3/catalog/request
HTTP Body:
Response:
That means, he hasn't found it. The question is what is wrong? I tried to find a tutorial with the latest syntax, but I failed. It would be great if you could explain it to me.
Thanks in Advance,
Kind regards,
Marco
Beta Was this translation helpful? Give feedback.
All reactions