Make sure index defnition is updated with orderby for both the properties. More details refer https://docs.adobe.com/ddc/en/gems/oak-lucene-indexes.htmlslide 14 has sample index defnition for order by.Two @ is not valid (@contactinfo/@LASTNAME_STRIP) just use contactinfo/@LASTNAME_STRIPInstall the...
Find sha checksum of the asset & then in s3 bucket check for the same.Ex:- Asset sample.jpg might have SHA1 checksum as 1607c40f262bc85061703568954d325416c08716 then in s3 bucket check the file stored at/16/07/c4/1607c40f262bc85061703568954d325416c08716
Hi Nidhi, Publisher will always have cq:lastReplicated of last but one update. Usually production will have more than one publishers & using cq:lastReplicated will not get right stat. For your requirement using cq:lastReplicated is not the right way, Either introduce new property ( set the valu...
Error indicates an permission issue as well as multiple threads trying to commit & descriptions says some times & some images. I would suspect onDispatcher or webserver level config settings of 412 Status code.Making double requests. Might be facing issue for already activates images with external ...
in cron job you need to call 2 curl command. One to set delay & next is to take a backup.curl -u admin:admin -X POST http://localhost:4502/system/console/jmx/com.adobe.granite:type=Repository/a/BackupDelay?value=0