As per https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/assets/manage/se... , I am trying to search assets using "GQL search using specific values in metadata fields". But it is not returning results.
property : jcr:content/metadata/dc:dcCode
value: ASC
please help.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The issue is now resolved.
I used "jcr:content/metadata/dc:dcCode":ASC.
Hi @sangrampatil111,
See if the below resources can help for GQL Search Query-
GQL Full-text Search {#gql-full-text-search}
But you can always use the standard query builder to extract assets which have custom metadata property.
Reference - Find AEM JCR Nodes with Full Text Search
Sample Query -
type=dam:AssetContent
path=/content/dam
p.property=jcr:content/metadata/dccode
p.property.value=ASC
p.limit=-1
Hope this helps!
Rohan Garg
Thank you @Rohan_Garg,
I tried the above but it is not working. We are using AEM6.5 and SP16.
Also, this is the client's requirement as they want an easy way to search assets having particular property and value.
The issue is now resolved.
I used "jcr:content/metadata/dc:dcCode":ASC.
Views
Likes
Replies
Views
Likes
Replies