I'm having differing results when running a query via the query builder and via a component building the same query, mainly on the order of the results. Setting orderby.sort = desc in the query builder gives me exactly as I would expect, in this case ordering results by publication date starting wit...
Which configuration must be applied to enable re-fetching of cached items based on Cache Headers sent by AEM?A . /autolnvalidate trueB. /autolnvalidate "1"C. /enableTTLtrueD. /enableTTL "1"
An AEM application requires LDAP Service integration to synchronize users/groups.Which two OSGi configuration are required for LDAP integration in AEM? (Select Two.)A . Apache Jackrabbit Oak AuthorizableActionProviderB. Apache Jackrabbit Oak Solr server providerC. Apache Jackrabbit Oak CUG Configura...
Hi, I am facing an issue where my custom component is showing me the changes that I have made in the dialog. I have to refresh it manually after editing it to reflect those changes. Is there a way to fix this?
What are the option to clear the etc.clientlibs folder in dispatcher under "/var/www/html" directory. Some times we need to make a change in clientlibs in CRX or publish React SPA site page but etc.clientlibs folder doesn't get clear in dispatcher flush. Given we don't have access to Prod dispatcher...
hi folks, i want to know if it is possible to deploy <server> configuration in maven such as id username and pwd using settings.xml defined in our repo at path /.cloudmanager/maven/settings.xmlwe want to make the artifacts available to anyone from the remote server without explicitly defining the se...
Hello, I manage an AEM site on Adobe Cloud, tailoring it to a specific organization. We maintain three environments: Dev, Stage, and Production.As you can see, we want to improve Cache-Control: Private (Images Only) to Cache-Control: Public (Images Only). When we follow up document in https://experi...
Hi,I have created a button for which I would like to get loaded some js from clientlibs folder.The clientlibs folder is created with some categories andcq:ClientLibraryFolder jcr:primaryType (screenshot 1) and containing the script universaleditor.js. The button "universaleditor" has the child "item...
Hi,I have a requirement to generate page version comparison link. This generation should be done programmatically, I checked the network tab in inspect mode and found that when we click on "compare to current" button, a post call is being made as below: Checked in Postman tool and got the response ...
I need to show some html content based on user's group. I am able to do this in author environment but how do I control it in publisher and domain level?I am using a boolean variable in sightly to show/hide content. This variable is in sling model where I am checking user's group name.