How to exclude search results based on a sub path - Path LIKE
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