When I create this search for my self it works fine:
( AdminCc.EmailAddress LIKE 'jmccoy' OR Cc.EmailAddress LIKE 'jmccoy'
) AND ( Status = 'new' OR Status = 'open' )
When I create it as a global search for all users like:
( AdminCc.EmailAddress LIKE '__CurrentUser__' OR Cc.EmailAddress LIKE
'__CurrentUser__' ) AND ( Status = 'new' OR Status = 'open' )
It becomes:
( AdminCc.EmailAddress LIKE '578' OR Cc.EmailAddress LIKE '578' )
AND ( Status = 'new' OR Status = 'open' )
Which of course does not work. Clearly I am doing some thing wrong...am
I....
True for both 3.6.3.and 3.6.5 with MySQL back end.
Thanks.
_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users
Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com