Beantwortet
How to extract List of authors in AEM using XTYPE query
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.
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.
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.