We need the list of users who are author. we are trying below query :
/jcr:root/home/users/*//element(*,rep:User).
but this is giving error. Please help.
Solved! Go to Solution.
Views
Replies
Total Likes
Try this:
/jcr:root/home/users//element(*, rep:User)
Also, the query debug tool is a great way of playing with queries: http://localhost:4502/libs/cq/search/content/querydebug.html
Views
Replies
Total Likes
Try this:
/jcr:root/home/users//element(*, rep:User)
Also, the query debug tool is a great way of playing with queries: http://localhost:4502/libs/cq/search/content/querydebug.html
Views
Replies
Total Likes
Thanks a lot. Is there a way to extract this data in csv or text file
Views
Replies
Total Likes
Not out of the box. You'd need to write some code to do that for you.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies