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

Exclude last modified by search results - AEM Query builder

Avatar

Level 4

Hello,

Is there a way to exclude the search from the "lastmodifiedby" property using qery builder(ex: group.fulltext )?

 

Thank you,

Nanda

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Try with below query

 

type=cq:PageContent
path=/content/retail
group.property=cq:lastmodifiedby
group.property.1_value=value1
group.property.2_value=value2
group.property.3_value=value3
group.property.operation=unequals
group.property.or
p.limit=-1
p.hits=full

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Try with below query

 

type=cq:PageContent
path=/content/retail
group.property=cq:lastmodifiedby
group.property.1_value=value1
group.property.2_value=value2
group.property.3_value=value3
group.property.operation=unequals
group.property.or
p.limit=-1
p.hits=full