Hi @aanchal-sikka, Thank you for this. I have already tried this in QueryBuilder, but it is not behaving as expected. I am using 6.5.13.path=/content/dam/...fulltext=my_keywordtype=dam:Asset Thanks,Nitish
Hi, Thank you for your response. We have tried that, but it is giving no results.SELECT * FROM [nt:file] AS file WHERE ISDESCENDANTNODE(file, '/content/dam/ph/page%20embedded/') AND CONTAINS(file.*, 'emailURL')Thanks,Nitish
I want to search for a keyword in Javascript files that exists as DAM file in AEM. Javascript are saved as nt:file and data resides in jcr:data, is it possible to search for a keyword in these? With xPath or SQL2? Any other options for suggestions? Thank you,Nitish
Path - /content/dam
User has write accessSpecific path - /content/dam/<org>/folder1/folder2/
User is restricted from write accessWorkflow execution option is visible in root Path, however it isn't available in restricted path. We want to provide workflow access to all irrespective of their folder ac...