I am using CQ5.5 and want to get a list of properties by running a query under the http://localhost:4502/libs/cq/search/content/querydebug.html.
My query:
path=/content/mysites/
p.hits=selective
p.properties=firstName lastName
property=jcr:content/fragment/sling:resourceType
property.value=mysite/components/content/talent/fragment
p.limit=-1
The query returns a list of page links, not the property I specified.
Does anyone know what's missing in my query? How to get the property value using query builder? Appreciate if you can provide a working example.
Thanks.