While researching my query builder problem, I learned that there are built-in functions that you can wrap around the value of a search result.Here are the two I found:fn:lower-case()fn:upper-case()Is there a complete list of all the built-in function reference that I can use in query builder?
Hi All,Did any one know about how to caching on time base in cq5-dispatcher set up?I mean how to flush the content after some time duration or time slot,time based caching is possible in dispatcher? Thanks in advance,Nani
Hi All,I want to escape chars like "<", ">" and "/" in sightly. I have this piece of code:${"{1}{0}{2}{1}{3}{0}{2}" @ format=[properties.test,'<','>','/']} - but its rendering in HTML as <test-data></contact-us>I checked this https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/expres...
Hi ,I have a requirement to share images on Facebook & TwitterI have Image Gallery Component where images are shown in rows and columns. There I click on Image on Modal pop up will come there I will have two buttons like : Facebook Share and Twitter.If I click on Share it will redirect to facebook l...
Hi,I have written a filter to check whether user is login, if not, redirect it to the login page. I am referring to this filter code mentioned in this article http://aemfaq.blogspot.sg/2013/05/blocking-anonymous-access-to-crx-in-non.htmlBut when I tested it, the filter seems not work for the URL: ht...
Hi Friends, I have one situation to clear the varnish pages at the time of CQ5 page activation. I am using the httpclient to purge the page in varnish . I am getting correct repsonse 200 Purged but that page is not getting cleared from the varnish. Here is the code I am using, Please suggest the cha...
Hi All,I am trying to use the HBS comments component present in communities component group on a page to check the comments functionality and getting below exception. I have tested that reverse replication agent is working fine and configured properly. Can anyone help if they have faced this issue b...