Yes, exactly same i tried earlier, with 1 set and more.below are few examples, it is only working in 1 group and including multiple group with orderby not working.1.type=cq:Pageorderby=@jcr:content/cq:lastModified2.type=cq:Pageorderby=@jcr:content/cq:lastModifiedorderby.sort=desc3.fulltext=Managemen...
I am trying to fetch data from dam and page content where my query will have category, sub category and keyword search and a able to get data but when i try to sort the data based on last modify, my query is failing and error showing up in logs pasted in question.
Hi All,I am facing an issue in query builder debug tool where order by is not working with below query format.Query 1:1_group.1_group.path=/content/we-retail1_group.2_group.path=/content/dam/we-retail/en1_group.p.or=true2_group.1_group.type = cq:Page2_group.2_group.type = dam:Asset2_group.p.or=true3...
In AEM 6.2 and 6.3, when we attempt to hit the static content such as (/content/site/static-page.html), it is treated as a binary download and does the same for all other file types(pdf,css, js, images) where response header shows Content-Disposition as an attachment.In previous versions of AEM (6.1...
ACS AEM Commons provides a feature to indicate AEM author and publish environment like Local, Dev, QA or Staging on browser tab.This is a indicator which differentiates between multiple environment and different wcm modes. How to Start: Step 1: AEM 6.3 start window. Step 2: Go to felix console, sear...
ACS Commons provides OSGI Sitemap config service to generate sitemap xml file which is used by web crawler to optimize web search results. The provided sitemap servlet takes input from externalizer configuration which acts as domain to the list of content pages. This hosted configuration would have ...
Create AEM 6.3 component making use of WCMUsePojo accessing OSGI Service.Step 1: Create an interface name OSGITestInterface.java that will be implemented by service impl.public interface OSGITestInterface { String getOSGIName(); String getOSGIDesc(); String getOSGIuse(); String getOSGIData(); }Step...
Here is Step by Step procedure to create dynamic drop down for Touch UI based on configuration from multi field component.Step 1: Create a multifield component from OOB widget provided by Granite library as simple as using text and value fields using text field widget.sling:resourceType: granite/ui/...
ACS AEM Commons OSGI Bundle and Component Disabler config allows to shut-down OSGI Components and Services by configuration. This feature allows OSGI Bundles and Components to be disabled as part of application configuration and these can be well managed for different environments using run modes co...