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.
1 parent 7e43465 commit b387215Copy full SHA for b387215
modules/ROOT/pages/expressions/index.adoc
@@ -14,7 +14,7 @@ For details and examples of specific expressions, see the following sections:
14
** xref:expressions/predicates/string-operators.adoc[]: `STARTS WITH`, `ENDS WITH`, `CONTAINS`, `IS NORMALIZED`, `IS NOT NORMALIZED`, `=~`
15
** xref:expressions/predicates/path-pattern-expressions.adoc[]: information about filtering queries with path pattern expressions.
16
** xref:expressions/predicates/type-predicate-expressions.adoc[]: information about how to verify the value type of a Cypher expression.
17
-* xref:expressions/graph-element-operators.adoc[]: `.`, `[]`
+* xref:expressions/graph-element-operators.adoc[]: information about how to access property values with `.` and `[]`.
18
* xref:expressions/mathematical-operators.adoc[]: `+`, `-`, `*`, `/`, `%`, `^`.
19
* xref:expressions/string-operators.adoc[]: `+`, `||`
20
* xref:expressions/temporal-operators.adoc[]: `+`, `-`, `*`, `/`
0 commit comments