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/patterns/shortest-paths.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,8 +78,8 @@ RETURN length(p) AS result
78
78
----
79
79
// end::patterns_shortest_paths_shortest_k[]
80
80
81
-
[TIP]
82
-
Note that this and the following examples in this section use a quantified relationship `-[:LINK]-+`, which is composed of a relationship pattern `-[:LINK]-` and a postfix quantifier `+`.
81
+
[NOTE]
82
+
Note that this and the following examples in this section use a quantified relationship `-[:LINK]-\+`, which is composed of a relationship pattern `-[:LINK]-` and a postfix quantifier `+`.
83
83
The relationship pattern is only concerned with following relationships with type `LINK`, and will otherwise traverse any node along the way.
84
84
There is no arrowhead `<` or `>` on the relationship pattern, allowing the pattern to match relationships going in either direction.
85
85
This represents the fact that trains can go in both directions along the `LINK` relationships between Stations.
0 commit comments