Skip to content

Commit 7c9ff91

Browse files
committed
2 more blog post links
1 parent 1160430 commit 7c9ff91

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,3 +256,9 @@ RETURN count(p) AS pathCount
256256
----
257257
The quantified path pattern may yield an infinite number of rows under match mode 'REPEATABLE ELEMENTS'. Add an upper bound to the quantified path pattern.
258258
----
259+
260+
261+
[[further-reading]]
262+
== Further reading
263+
264+
* link:https://medium.com/neo4j/i-would-walk-500-miles-5d23c33d967f[Neo4j Developer Blog: I Would Walk 500 Miles]

modules/ROOT/pages/queries/composed-queries/conditional-queries.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,3 +432,9 @@ RETURN person, collect(message) AS status
432432
|===
433433
434434
=====
435+
436+
437+
[[further-reading]]
438+
== Further reading
439+
440+
* link:https://medium.com/neo4j/cypher-conditional-queries-eb46ebcb8eb9[Neo4j Developer Blog: Cypher Conditional Queries]

0 commit comments

Comments
 (0)