Hi, I was using the Query Builder Debugger and tried to fetch the results for the OOTB site (we-retail) using the below query:
path=/content/we-retail
type=nt:unstructured
path.flat=true
p.limit=-1
But then I am getting 2 results which are shown below-
where the 1st result is NOT of type="nt:unstructured" and it is of type="cq:PageContent" while the 2nd result is of correct type (i.e - nt:unstructured).
Can anyone help me with this issue?