With a query
status:"active" assignedto:"me" (fixfor:"--- Inbox ---" OR priority:"1")
I get the same result as
status:"active" assignedto:"me" fixfor:"--- Inbox ---" priority:"1"
i.e. the OR is treated as AND.
The individual query elements work correctly. The OR is recognized and correctly localized to "ODER", parentheses are added automatically.
simpler OR queries seem not to work as well, e.g. assignedto:"me" OR assignedto:"someoneelse" returns an empty list. Woo, everything's fixed!
[edit] Entering an OR clause in the filter under "search for" does work, so it's not that hyper-critical.
[edit] Fogbugz is Version 8.3.42 (DB 778, Build 1)
assignedto:"me" OR assignedto:"someoneelse"just works for me. What FogBugz version do you use? – Michel de Ruiter♦ Mar 24 2011 at 16:11