Query Builder | Community
Skip to main content
Level 2
January 5, 2021
Solved

Query Builder

  • January 5, 2021
  • 1 reply
  • 1042 views

Hi,

Can anyone please help on the below query.

How can i search for a page by passing page name using querybuilder in AEM 6.3.

Example: If i have below content pages in my instance,

/content/project/page1

/content/project/page2

/content/project/page3

.So now i want to get page path with the page name page2. How i can search with page name?

 

Thanks in advance.

 

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 Kunal_Gaba_

Here you go- 

 

type=cq:Page
nodename=page2
path=/content/project

1 reply

Kunal_Gaba_
Kunal_Gaba_Accepted solution
January 5, 2021

Here you go- 

 

type=cq:Page
nodename=page2
path=/content/project