Hello!

I try to enter the following query:

Owner = 'user1' AND  (   (  Status = 'open' AND  (  Queue = 'queue1' OR
Queue = 'queue2' ) ) OR  (  Queue = 'queue3' AND  (  Status = 'new' OR
Status = 'open' ) ) )

after save or "show results" the query alter automagically in the
following form

Owner = 'user1' AND  (   (  Status = 'open' AND  (  Queue = 'queue1' OR
Queue = 'queue2' ) ) AND  (  Queue = 'queue3' OR  (  Status = 'new' OR
Status = 'open' ) ) )

This is of course wrong and don't work.

regards!

sven


_______________________________________________
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


We're hiring! Come hack Perl for Best Practical: 
http://bestpractical.com/about/jobs.html

Reply via email to