On Jul 25, 2006, at 3:11 AM, Eric Jain wrote:
The query "foo NOT bar AND baz" seems to be interpreted as "+foo -
(+bar +baz)" (using default operator AND). Is this a bug, or a
feature?
It's been a while since I've touched PrecedenceQueryParser, but I
recall there still being some issues wit
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.
-
To unsubscribe, e-mail: [EM
The query "foo NOT bar AND baz" seems to be interpreted as "+foo -(+bar
+baz)" (using default operator AND). Is this a bug, or a feature?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTEC