Bug in RT Querybuilder (3.4.5 and 3.6.1)?

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