xpath returns no results | Community
Skip to main content
Level 2
May 6, 2020
Solved

xpath returns no results

  • May 6, 2020
  • 2 replies
  • 4136 views

I have two aem 6.3 instances, called cq1 and cq2, they have same content and assets.

 

When I tried xpath query on cq1 with /jcr:root/content//*[jcr:contains(@fileReference, 'xxx.png' )]

I can get correct results.

 

When I tried same query on cq2, for some assets I can't get any result for other I just can get some old references, can't see any new's.

But if I change the query to /jcr:root/content//*[(@fileReference = 'xxx.png' )] it will return correct results.

 

I want know why I can not get correct result when I using "jcr:contains" in my query.

 

※instance restarting does not solve this problem.

 

 

Issue solved by re-index.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by vish.dhaliwal

Hello,

Check the query and index troubleshooting webinar: https://helpx.adobe.com/experience-manager/kt/eseminars/gems/AEM-Query-and-Index-Troubleshooting2.html

Regards,

Vishu

 

 

2 replies

arunpatidar
Community Advisor
Community Advisor
May 6, 2020

Hi,

Please enable to logging and check.

If content same then could be issue with indexing.

Use Explain query to check which index is used and what is configured there

https://helpx.adobe.com/experience-manager/6-3/sites/administering/using/operations-dashboard.html#main-pars_title_1097830066

 

Arun Patidar
vish.dhaliwalAdobe EmployeeAccepted solution
Adobe Employee
May 6, 2020

Hello,

Check the query and index troubleshooting webinar: https://helpx.adobe.com/experience-manager/kt/eseminars/gems/AEM-Query-and-Index-Troubleshooting2.html

Regards,

Vishu