Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

Query Builder

Avatar

Level 2

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.

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Here you go- 

 

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

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Here you go- 

 

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