Failed to search two different type's in Query builder
I want to search two components inside the page structure of every page under the rootpath.

By using this predicates its failing to find with "or" its taking "and" condition
path=project rootpath
type=nt:unstructured
group.p.or=true
1_property=headingText
1_property.value=Protec%
1_property.operation=like
2_property=paragrapgh
2_property.value=Protec%
2_property.operation=like
p.offset=0
p.limit=-1

how to create params to search entire page including inside the page components with "or" condition