I want to query the tag names. Here's my query to get tags:
type=cq:tag
path=/content/cq:tags/rally
p.hits=selective
p.properties=jcr:path jcr:title.es jcr:title name
However this doesn't return the tag to me:
I also tried to use jcr:name, nodename, and jcr:nodename but none of that seem to work. Can someone help me here? Ideally I would want tags like this:
This is when my hits are selected as all but I just want:
jcr:path, jcr:title, jcr:title.es, and name