You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/pages/syntax/parameters.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Parameters can be used for:
17
17
18
18
* Literals and expressions.
19
19
* Node and relationship ids.
20
-
* Properties, when referenced dynamically (for more information, see xref:clauses/where.adoc#filter-on-dynamic-property[filter-on-dynamic-property]).
20
+
* Properties, when referenced dynamically (for more information, see xref:clauses/where.adoc#filter-on-dynamic-property[Filter on dynamically-computed node property]).
21
21
* Node labels and relationship types, when referenced dynamically (for more information, see xref:clauses/match.adoc#dynamic-match[`MATCH` using dynamic node labels and relationship types]). label:new[Introduced in 5.26]
22
22
23
23
Parameters cannot be used for the following constructs, as these form part of the query structure that is compiled into a query plan:
0 commit comments