Files
gerrit/java
Dave Borowitz 37fe9cc1f5 QueryBuilder: Remove support for AND/OR within a single field operator
Reading the grammar definition and passing in various inputs, I
currently don't think it's possible to get an AND/OR node under a
FIELD_NAME node. In the previous commit, there is now a test for exactly
the construction that is mentioned in this comment ("foo:(a b c)"), and
it shows that this construction is not accepted by the parser.

If I'm wrong and this is somehow supported, than this commit can be
reverted along with an actual example of the parse succeeding.

Change-Id: Id39b3862f254fc2d7355a05c5cf02dc483ab1e7f
2019-03-25 13:28:14 -07:00
..
2018-12-21 13:54:37 -08:00
2018-11-13 15:06:26 -08:00
2018-08-14 08:07:59 +02:00