Skip to content

Commit 7bf220e

Browse files
different relationships keyword only cypher 25
1 parent ab7df4a commit 7bf220e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/patterns/match-modes.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ As such, `DIFFERENT RELATIONSHIPS` is ideal to showcase the Königsberg bridges
4747
That is, if no match mode is specified, Cypher will default to solving graph patterns according to the restrictions imposed by `DIFFERENT RELATIONSHIPS`.
4848

4949
[NOTE]
50-
The `DIFFERENT RELATIONSHIPS` keyword was released in Neo4j 2025.06 and can be used to explicitly specify Cypher's default match mode after `MATCH`.
50+
The `DIFFERENT RELATIONSHIPS` keyword was released in Neo4j 2025.06.
51+
It is only available in Cypher 25 and can be used to explicitly specify Cypher's default match mode after `MATCH`.
5152
For example, `MATCH DIFFERENT RELATIONSHIPS p = (start)--{,2}(end)`.
5253
This is functionally equivalent to not specifying a match mode.
5354

0 commit comments

Comments
 (0)