confused about combined boolean operators in the query parser.
> For example If I search for
>
> myfield:a AND myfield:b OR myfield:c
>
> This will be parsed internal to the query
>
> +myfield:a +myfield:b myfield:c
>
> But if I change the default operator to AND (q.op=AND
Hi there,
I am a litte confused about combined boolean operators in the query parser. For
example If I search for
myfield:a AND myfield:b OR myfield:c
This will be parsed internal to the query
+myfield:a +myfield:b myfield:c
But if I change the default operator to AND (q.op=AND) I got for