Expand my Community achievements bar.

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