Hello,
I try to find all group's with the usr:authorityName property starting with "A".
For this, I go to the Admin Node Browser and my lucene search is:
TYPE:usr\:authorityContainer AND @\usr\:authorityName:GROUP_A*
It retrieves 0 nodes instead of 2. (I have 3 groups: GROUP_Administrator, GROUP_Academy and GROUP_Finance).
If I searching for:
TYPE:usr\:authorityContainer AND @\usr\:authorityName:GROUP_
It retrieves the 3 groups.
Is it wrong? Why?
Thanks a lot,
Adrian.