Re: [xwiki-users] HQL-Query on custom object with user-list

2016-03-02 Thread Marius Dumitru Florea
On Sat, Feb 13, 2016 at 4:50 PM, Matthias Wegner wrote: > Hi Users, > > i try to create a hql-query which gives me all documents which contain a > custom object and and a defined property. As properties i have in the > object > a multiselect user-list. Now i want to get all documents in which a >

[xwiki-users] HQL-Query on custom object with user-list

2016-02-13 Thread Matthias Wegner
Hi Users, i try to create a hql-query which gives me all documents which contain a custom object and and a defined property. As properties i have in the object a multiselect user-list. Now i want to get all documents in which a specific user is selected in the object. How can i write the hql? I t