Hi,While querying using the Bulk Editor i was able to run queries
like:"jcr:title":'GeoBlog'
"sling:resourceType":'social/blog/components/page' search for results
with cq:tags, cq:toolbars, subtitles, etc but was not able to run
queries for the following:1. cq:template
("cq:template":'/libs/social/blog/templates/page')2. cq:LastModifiedBy
("cq:LastModifiedBy":'admin')3. jcr:createdBy
("jcr:createdBy":'admin')Are there any special properties for these or
any other requirements that i am missing o...