Hi,We are using QueryBuilder to do the search on our website.We have a list of vanitys url's stored on a property called sling:vanityPath that is a multivalued property.I want to put on the search criteria a restriction to search pages that contains some string on the vanity urls.For example:search ...
Hi,I am using AEM 6.1 and I have created more then 200 tags with upper case letter in my application ( example:Tag Title: Buy a car, Tag name: Buy-a-car).I need to follow the correct naming convention and convert the tag name with lower case like :Tag name should be " buy-a-car". Is there any way to...
Hi,I was using the timewarp Show Timeline functionality in AEM classic UI, Sidekick > Versioning> timewarp > Show TimelineI noticed that timeline does not show all the available page versions in timeline window. Only a select few versions were showing. I did not find much of documentation about how...
Hi Team,We are in process of upgrading our application from AEM 6.1 version to 6.3 version.Our application using injector, to inject custom object data into our homepage.We found that after AEM 6.3,OnDemandReaderRequest adapatable object is returning everytime, rather than resource object. Please fi...
Hi,I have to delete old versions in AEM Admin,The maximum number of versions to be kept in the repository is 5 version.The maximum age of any version kept in the repository is 3 months.Pages : Server file pages[Moved from the non-technical Lounge to the specific Program forum... Mod][Here is the lis...
Designs are used for such cases if working with simple pages. I've tried adding /etc/design for Facebook Experience Fragment. I've added cq:designPath to the template. But I can't configure the right structure for this design.Right now my design looks like this:/etc/design/experience-fragment:_jcr:c...
HiI am using AEM 6.3 and i would like to setup TarMK cold standby according to :How to Run AEM with TarMK Cold StandbyI have :1. Copied the whole instance to another server2. Setup the runmodes on both instances "standby" and "primary"3. Created specific loggers for both instances.I have configured ...
i am working on aem 6.3 and would like to get page nameSELECT * FROM [cq:Page] WHERE ISDESCENDANTNODE("/content/Product/Silhouettes/Accessories/Bands/Headband")If I need to retrieve name of the nodes using sql-2 , how do I achieve it?