Hi Kiran, thank you for the reply. So I understand that there is no real issue in storing many nodes under one tag node, unless someone access crx and opens it. We'll try storing the tags all at the same level. Thank you!
Hello, in order to avoid asset duplicates in the DAM (and therefore to not exceed the disk space limit that we have with AEM managed services), me and my team are trying to tag every asset with the related products SKUs. Could the creation of many SKU tags (over 30k) at the same level (example: /c...
Ok I managed to fix this after @Asutosh_Jena_ suggestions and after various trying. Final working configuration is this:<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:pr...
The "disableChecking" was already at true, but after some tests with the configurations I've managed to make the rewriter work with also the versioned-clientlibs.The configuration is the following: jcr:primaryType="nt:unstructured"
contentTypes="[text/html]"
enabled="{Boolean}true"
gen...
Hi @Asutosh_Jena_ , I've tried doing as you told, also removing the property "paths" which I need because I have multiple sites on the same instance, but it's working only the "versioned clientlibs" part, excluding link rewriting.
I'm having a problem with two htmlwriter configurations: one for the versioned clientlibs and the other for link rewriting (removing /content/mysite from links). Only the configuration with the higher order is working, excluding the other one.I've tried also combining them but it doesn't work for me...