I am updating my local AEM from 6.5.15 to 6.5.18. I have taken the service pack from one my my server which is having the higher version and installed in my local AEM, then i have restarted my local AEM.After restart when i checked my AEM version it is still showing the older one. Although in packa...
Hi Team while installing AEM 6.5.16.0 in mac system we are facing a different issue where we are able to get the login screen while starting the AEM but after that we are getting below error. Also while directly calling system/console we are able to see the console.Below error we are getting after g...
Hi Team,There is one requirement where i need to fetch the list of Content Fragment through query builder which is having a keyword "profile" in its body. Can someone help me to get the exact query please?
Hi @arunpatidar url:- http://localhost:4502/bin/querybuilder.json?type=dam:Asset&path=/content/dam/content-fragments/seema&property=jcr:content/metadata/cq:tagsIts not giving the value of tagsIts only giving :-excerpt:lastModified: name:path:title:
Hi @arunpatidar path=/content/dam/my-project/content-fragment/seematype=dam:Assetproperty=jcr:content/cq:tagsIs it correct?I want to return the value of tags associated with fragments under folder seema
Hi @Mahedi_Sabuj Thanks for the above information. But we need to add it in code like below. We basically want the response through json.predicateMap.put("1_path", /content/dam/content-fragments/bookpedia);predicateMap.put("2_type", "dam:Asset");predicateMap.put("3_property", "jcr:content/contentFra...