RT 3.4/3.6 Query bug

I think I have seen this mentioned on the lists but
I can’t find a filed bug report.

In the RT UI create a new query and in advanced mode
create the query:

( Queue = ‘A’ ) OR ( Queue = ‘B’ )

Once you hit apply the OR is turned into an AND.
Every time you change it back the parser does the
dirty deed.

-Todd

I think I have seen this mentioned on the lists but
I can’t find a filed bug report.

I don’t have them handy, but there have been half-a-dozen tickets opened
for this. But I also thought it was fixed somewhere before 3.4.6rc1 /
3.6.1rc1

I think I have seen this mentioned on the lists but
I can’t find a filed bug report.

I don’t have them handy, but there have been half-a-dozen tickets opened
for this. But I also thought it was fixed somewhere before 3.4.6rc1 /
3.6.1rc1

That may be true. I haven’t test with 3.6.1*. I just looked
at the svn log and if it was fixed the commit message doesn’t
use the terms AND or OR. :slight_smile:

OK. I tested it and it’s fixed. Now to find out where so I
can back-port to 3.4.4. :slight_smile: