Hello Friends,
I want to get all dam assets but not subassets. Subassets are also of same type as assets i.e. dam:Asset.
Is there a way to have a wild card (or LIKE operation) in case of the path predicate?
path=/content/dam
type=dam:Asset
p.limit=-1
group.p.not=true
group.1_path.operation=like
group.1_path=%subassets%
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
@Tuhin
Thanks for your response. No specific property on subassets.
We were able to do that anyways....here's how we did it:
property=../../jcr:content/jcr:primaryType
property.operation=unequals
property.value=dam:AssetContent
If a dam:Asset node has its parent as dam:AssetContent, then its a subasset.
Views
Replies
Total Likes
Is there any certain property present in your sub-assets?
Views
Replies
Total Likes
@Tuhin
Thanks for your response. No specific property on subassets.
We were able to do that anyways....here's how we did it:
property=../../jcr:content/jcr:primaryType
property.operation=unequals
property.value=dam:AssetContent
If a dam:Asset node has its parent as dam:AssetContent, then its a subasset.
Views
Replies
Total Likes
RS SH wrote...
@Tuhin
Thanks for your response. No specific property on subassets.
We were able to do that anyways....here's how we did it:
property=../../jcr:content/jcr:primaryType
property.operation=unequals
property.value=dam:AssetContent
If a dam:Asset node has its parent as dam:AssetContent, then its a subasset.
Thats why I wanted to know the type. Cheers.
Views
Replies
Total Likes
Views
Likes
Replies