I suppose that the user "admin" has this property:
name 16609df8-9982-420d-8ea3-451efa16279e
This is the default user of Alfresco.
And I suppose that the user "XXX" has this property:
name 5c3fd8da-6856-400e-be65-986453e15b7b
This user was created after the installation.
My query is
@cm\:name:"5c3fd8da-6856-400e-be65-986453e15b7b"
The query returns a row and this is ok.
My new query is
@cm\:name:"16609df8-9982-420d-8ea3-451efa16279e"
The query returns nothing
But but if I write
@cm\:name:"16609df8-9982-420d-8ea3-451efa16279*"
The query returns a row (the admin).
Why?
Thank you