--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
The query "foo bar OR baz" seems to be interpreted as "+foo bar baz", even
when using default operator AND! "foo AND bar OR baz" on the other hand is
interpreted as "(+foo +bar) baz", as expected.