We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stringComparison
1 parent b740221 commit 7d26042Copy full SHA for 7d26042
documentation/IDTA-01002-3/modules/ROOT/partials/bnf/grammar.bnf
@@ -24,9 +24,7 @@
24
25
<stringComparison> ::=
26
( ( "$starts-with" | "$ends-with" | "$contains" | "$regex") <ws> "(" <ws> <stringOperand> <ws> "," <ws> <stringOperand> <ws> ")" <ws> ) |
27
- ( <stringOperand> <ws> <allComparisons> <ws> <stringOperand> <ws> ) |
28
- ( <stringOperand> <ws> <allComparisons> <ws> <FieldIdentifierString> <ws> ) |
29
- ( <FieldIdentifierString> <ws> <allComparisons> <ws> <stringOperand> <ws> )
+ ( <stringOperand> <ws> <allComparisons> <ws> <stringOperand> <ws> )
30
31
<numericalComparison> ::=
32
( <numericalOperand> <ws> <allComparisons> <ws> <numericalOperand> <ws> ) |
0 commit comments