[Rt-devel] Bug in RT Querybuilder (3.4.5 and 3.6.1)?

Philip Kime pkime at Shopzilla.com
Wed Oct 25 15:30:29 EDT 2006


In the Advanced pane, if I enter:
 
 Queue = 'A' OR (  Status = 'open' AND Queue = 'B' )
 
I am pushed to the Build.html page and the Query appears as:
 
Queue = 'A'
AND
  ( Status = 'open'
  AND Queue = 'B' )
 
That is, the "OR" becomes and "AND". This happens in both 3.4.5 and
3.6.1. Doesn't seem to matter what the actual propositions are, it's the
logical form that gets munged.
 
PK
 
--
Philip Kime
NOPS Systems Architect
310 401 0407
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.bestpractical.com/pipermail/rt-devel/attachments/20061025/6f7a2214/attachment.htm


More information about the Rt-devel mailing list