Solved
How to search query builder fulltext in a path by excluding Child path?
How to exclude child path by using search query builder ?

trying below query : I want to exclude chapter-5 path "/content/summit/l4080/chapter-5"
path=/content/summit/l4080
type=cq:Page
group.p.and=true
group.1_fulltext=articles
p.offset=0
p.limit=-1
any reference query?