Does the user clause select all elements that have been last touched or ever touched by a specified user? I made this clause with an 'out meta' action and there are many other users listed. asked 26 Feb '13, 13:36 Mattes_tili closed 01 Mar '13, 14:09 |
The question has been closed for the following reason “Question is off-topic or not relevant” by Mattes_tili 01 Mar ‘13, 14:09
One Answer:
It does only select elements that have been last touched by a specific user. In particular, a query of the form
should only show the mentioned person in the meta attributes. If you see more than one user, then there is a bug and I would be happy to get details. answered 27 Feb '13, 08:43 Roland Olbricht |
I tried to reproduce the output data, but it seems that I just messed up my data. Thank you for your answer and sorry for my wrong informations :).