this search query internally using below oak:index(pathReference),could you please let us know how to call this oak:index?, since when we execute the search query it was not able to traverse more than 20000 node(PFB log). oak.plugins.index.cursor.TraversingCursor Traversed 20000 nodes with filter Fi...
Hi @arunpatidar , i have re-used the FindReplaceServlet.java, the issue we face was since we are traversing more than 10000 node it getting impact the server environment.package com.day.cq.wcm.core.impl.servlets;
import com.day.cq.commons.JSONWriterUtil;
import com.day.cq.commons.servlets.AbstractP...
@arunpatidar thanks, im new to groovy, could you please help me how to use this groovy console for find the content using FindReplaceServlet.java in groovy console. 1) how to call the FindReplaceServlet.java 2) how to pass the search content to this servlet?3) how to perform replace.
Hi @arunpatidar , thanks for your valuable input. i have raised my idea on this Implementation of find and replace content on AEMasCS portal. Kindly let us know,is there any alternate solution of this same?
Request for Feature Enhancement (RFE) Summary: Implementation of global find and replace functionality on TouchUI (AEMasCS)Use-case:Globally search & replace contents to helps during situation incorrect migration, Batch modification of content, clean up junk data injected from various Adblock browse...
Hi Team, we are trying to implement global content find and replace in touch UI(AEMasCS). which was similar functionality in classic UI below. Could you please let us know any help on this. http://localhost:4502/siteadmin#/content/wknd/us/en/instead siteadmin interface ,we need this functiona...
Hi @h_kataria , thanks much for your effort and response.Let me explain the context in detail. 1) we are trying to apply our own styles for given content fragment path based on selection of the fragment elements. for that, we have created proxy component of core/wcm/components/contentfragment/v1/con...
Hi @h_kataria , when iterating ${fragment.elements},the size was 3 ,its iterating the renderelement.html 3 times and it's leading the duplicate data. I want to iterate ${fragment.elements} at one time and get all data at once