Re: combined boolean operators

2017-06-28 Thread Erick Erickson
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

combined boolean operators

2017-06-28 Thread Marco Staub
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