We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944263b commit a18d0c0Copy full SHA for a18d0c0
misc/ebnf/query.ebnf
@@ -4,7 +4,7 @@ OR_EXP = AND_EXP | AND_EXP 'or' AND_EXP
4
5
AND_EXP = NOT_EXP | NOT_EXP 'and' NOT_EXP
6
7
-NOT_EXP = EQUALS_EXP | 'not' NOT_EXP | '(' OR_EXP ')'
+NOT_EXP = COMP_EXP | 'not' NOT_EXP | '(' OR_EXP ')'
8
9
COMP_EXP = TAG_EXP |
10
TAG_EXP '=' VALUE_EXP | TAG_EXP '==' VALUE_EXP | TAG_EXP 'eq' VALUE_EXP |
0 commit comments