Hello All I have two different documents (one.txt and two.txt) in same folder with same text. For example, 'Technical details page'And Documents are re-indexed. Backend search query isfulltext = Technical details pagep.offset=0p.limit=-1type=dam:Asset when searched for results. I'm getting only one ...
Hello Team We have an api-account in aem with user name and password. Configured AEM Sling authentication service for HTTP basic authentication We have servelts in AEM which will be called by non-aem projects. While calling the servlet, the client sends Bearer token in request header to authenticate...
Hi @aanchal-sikka , These element correspond to 'comments tabs' in AEM Inbox for workItem.We have done customization for this comment box. But we had to re-create all the parent and add it's properties in /apps folder as well.My understanding is, Overlay concept in AEM should by-default take these a...
Hi All, I have overlayed node from /libs/cq/inbox/content/inbox/details/workitem/jcr:content/content/items/tabs/items/workflowcomments to /apps/cq/inbox/content/inbox/details/workitem/jcr:content/content/items/tabs/items/workflowcomments I have added custom node under workflowcomments in apps folder...
Yes there is Dispatcher in front of AEM. we have renders defined something like this/renders { /hostname "aem.myCompany.com" /port "4503"/timeout "150000" } Does time out have will have any impact on API calls to AEM servlets?
Hi All We are using REST API in spring service which in-turn calls aem servlet and this servlet executues Assets API to create asset in AEM. In some cases we create 10-15 assets via Rest API call in loop without any delays. Assets size is just 30KB each.Sometimes all assets are created successfully ...