Using lucene 1.4.3, if I use the query

+cat AND -dog

it parses to

+cat -dog

and works correctly.

If I use

(+cat) AND (-dog)

it parses to

+(+cat) +(-dog)

and returns no results.

Is this a known issue?

Reply via email to