CQL filter by object attribute in list #435
Unanswered
GermanHydrogen
asked this question in
Q&A
Replies: 0 comments
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.
-
Does pgstacs implementation of CQL allow for filtering entries based on object attributes in lists?
For example, we have a property "image-creators" which is a list of objects:
In this case is is possible to filter for all items which have a "image-creator" with a certain
name, independently of theuriproperty?This seems to be possible using SQL:
But we run out of ideas on how this would work using CQL. Using the
a_contained_byoperation only yields exact matches with the whole object:{"op":"a_contained_by","args":[[{"name":"Scientist Name"}],{"property":"ifdo:image-creators"}]}Beta Was this translation helpful? Give feedback.
All reactions