[rt-users] Query Builder documentation

Jesse Vincent jesse at bestpractical.com
Fri Feb 25 12:06:28 EST 2005


> Parentheses are not enough:
> ( Queue = 'gripe'  AND ( Status = 'new'  OR Status = 'open'  OR Status = 
> 'stalled' ) AND ( Owner = '32'  OR Owner = '10' )) OR ( Owner = '32' )
> 
> when I hit apply, became this:
> 
> ( Queue = 'gripe'  AND ( Status = 'new'  OR Status = 'open'  OR Status = 
> 'stalled' ) AND ( Owner = '32'  OR Owner = '10' )) AND ( Owner = '32' )
> 
> It appears that most simple queries can be entered into the advanced 
> box, but that you have to think carefully about the order of your criteria.

That's not right.  Patches would be appreciated.


> -- 
> Duncan Hutty
> System Administrator
> Electrical and Computer Engineering
> Carnegie Mellon University
> 

-- 



More information about the rt-users mailing list