[skip e2e] Check the syntax of query_boolean_expr doc (#14798)

Signed-off-by: min.tian <min.tian.cn@gmail.com>
This commit is contained in:
min.tian 2022-01-05 09:49:24 +08:00 committed by GitHub
parent a9f8577939
commit bdd32e57e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ Tips:
After syntax analysis, the following rules will be applied:
1. non-vector column must exist in Schema.
1. Non-vector column must exist in Schema.
2. CompareExpr/TermExpr requires operand type matching.
3. CompareExpr between non-vector columns of different types is available.
4. The modulo operation requires all operands to be integers.