In Query Builder , Is there any way we can filter based on path of the Results
I am writing a query to search documents across folders, there is no tags or anything specifying category,
Only difference is the parent folder of the documents. Across different business unit , documents were placed under specific folder name.
I want to search across those different units and get result based on category (foldername).
Is there any query/ property / Predicate to achieve the same.
My Current Query:
path=/content/dam/mchp/documents
type=dam:Asset
mainasset=true
p.limit=-1
This Query will give all category , I want items which is under particular folder name across main documents folder.
Thanks in Advance,
Poovitha S