Investigating query which traverses 600k, think about adding index on the following criteria [nt:base] as [a] /* lucene:ntBaseLucene(/oak:index/ntBaseLucene) :ancestors:/content/dam/folder1/folder2 where ([a].[jcr:content/metadata/my_prop] in('value1, 'value2', 'value3')) and (isdescendantnode([a], ...
Hi,I am working on a multilingual AEM Sites implementation and using Experience Fragments (XF) extensively for reuse across pages. I want to create localized variations of an XF but without duplicating the entire fragment manually for each language.Is there a recommended way to manage locale-specifi...
Multiple RTE fields with different editing options is not working.For ex- On one page, we have 2 different components with RTE's. Each has different editing options. But whichever component is opened first, the same options are seen in another RTE as well.
Hello Community Members, Good Day!I have a use case, I have a HTL file (present in the Dev, Stage and Prod instances) in which I have a particular HTL Snippet I want to get executed in AEM Stage and Dev instances only (Including Author and Publisher) and strictly not on the Production instance. Is t...
Hi All, I created a very simple template and a component. 1. When I am creating a page selecting this template, screen becomes blank. Kindly examine the attached package once and suggest. 2. Also, I set allowedPaths of template to /content(/.*)?.This template is available only at http://localhost:4...
I'm currently testing the performance of GraphQL queries in AEM. As part of the analysis using the Query Performance Analyzer, I'm attempting to capture the underlying JCR-SQL2 queries from the QueryStats section in the AEM System Console.However, for some of the GraphQL queries I successfully execu...
Hi, We are looking for an option/feature to integrate firefly within component(ideally dialog) for authors to utilise the feature to curate content. Any suggestions/scenarios implemented would be of great help. Thanks Kind regards,Kiran Buthpur
Hi all,We have a Model called ImageModel which implements ImageThe @Model annotation:@Model(adaptables = {Resource.class, SlingHttpServletRequest.class}, adapters = Image.class, resourceType = ImageModel.RESOURCE_TYPE, defaultInjectionStrategy = DefaultInjectionStrategy.OPTIONAL)As we want to...
I am trying to sort the feed generated using graphql query by date. But the results are not as expected. Sample Query:query {ContextList(filter: {tags: {_expressions: [{value: "content-type/story"}]}}sort: "DisplayDate DESC") {items {title_tagsDisplayDatepublisheddatepageName}}} But the result is no...
we want to add the Content-Security-Policy header for our site ( Aem as Cloud) using dispatcher by adding the header in the site specific vhost file. we added as below Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' https://example.com; style-src 'se...