Questions tagged [aem-63]

Questions related to AEM 6.3 version. Including all service packs and CFP's.

Questions related to AEM 6.3 version. Including all service packs and CFP's. https://helpx.adobe.com/support/experience-manager/6-3.html

7 questions
1
vote
1 answer

AEM 6.3 Query builder - How to search for case insensitive?

How can we make the query to ignore case sensitivity of the property.value ? Our query: path=/content/central-content/jcr:content/main/decline_letter property.value=0091A property=@letterNumber type=nt:unstructured Works for 0091A but fails for…
Suren Konathala
  • 3,497
  • 5
  • 43
  • 73
0
votes
0 answers

How to integrate Imagify to AEM 6.5 to compress the images for performance

May be because of all the images which are loading for the website, it is taking longer time to load the page, so we would like to compress the images while loading of any page to increase the performance of the website. please do let me know if any…
Ajay
  • 1
0
votes
0 answers

AEM Site search query builder URL is not returning a different json

Am using AEM Site search component from core components. query builder URL is not returning a different json. Once after searching with a text, am getting a json. Thereafter doing any search with new search text, am getting only the same json, not a…
Saravanan
  • 45
  • 9
0
votes
1 answer

ACS AEM Commons Sitemap (Adobe Experience Manager)

I have an AEM 6.3 site which uses ACS AEM Commons 3.15.12 sitemap functionality, it's configured on publish instances to use the 'publish' externalizer domain. The rendered sitemap has the correct hostname in the sitemap URLs. When I add an…
Special Monkey
  • 137
  • 1
  • 11
0
votes
1 answer

Incremental data extraction Adobe AEM query builder

I have recently started to work on Adobe AEM. I have a few set of queries that I use to extract data from AEM. I was wondering is there any way to get only incremental data. I mean new and only updated data from AEM. I would have posted queries but…
Aishwary Shukla
  • 450
  • 1
  • 7
  • 21
0
votes
1 answer

How to hit a servlet using selector when resourceType is a component I created which is not page

I'm using AEM 6.3 My servlet config is @Component(service= Servlet.class, property={ Constants.SERVICE_DESCRIPTION + "=Example Servlet", "sling.servlet.methods=" + HttpConstants.METHOD_GET, …
Vinit Pillai
  • 518
  • 6
  • 17
-1
votes
1 answer

While publishing page we are getting this error in AEM :: failed to retrieve references for the selected page in aem

We have 3 pages checkout, review-order and order-confirmation page. When we quick publish checkout and review-order page, publishing is happening but when we are doing quick publish for order-confirmation page we are getting below error. ERROR :…