Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
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