path=/content/data
type=nt:unstructured
fulltext=test
1_path=/content/data/stores
1_path.operation=exclude
and
path=/content/data
type=nt:unstructured
fulltext=test
group.p.or=true
group.1_path=-/content/data/stores
Thanks in advance.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @touseefk2181136 ,
try below :-
Reference - https://github.com/paulrohrbeck/aem-links/blob/master/querybuilder_cheatsheet.md
type=nt:unstructured
fulltext=test
group.1_group.p.not=true
group.1_group.path=/content/data/stores
group.1_group.path.self=true
path=/content/data
@touseefk2181136 Below is an example in SQL2
Thanks, I need to implement paging as well there I need this solution in query builder api.
Hi @touseefk2181136 ,
try below :-
Reference - https://github.com/paulrohrbeck/aem-links/blob/master/querybuilder_cheatsheet.md
type=nt:unstructured
fulltext=test
group.1_group.p.not=true
group.1_group.path=/content/data/stores
group.1_group.path.self=true
path=/content/data
Thank you. This is exactly what I was looking for
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies