Skip to content

Commit 2e4a679

Browse files
authored
More blog post links (#1349)
1 parent e56e0d7 commit 2e4a679

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
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/patterns/variable-length-patterns.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,4 +562,4 @@ Using inline predicates or making quantified path patterns more specific where p
562562
== Further reading
563563

564564
* link:https://medium.com/neo4j/getting-from-denmark-hill-to-gatwick-airport-with-quantified-path-patterns-bed38da27ca1[Neo4j Developer Blog: Getting From Denmark Hill to Gatwick Airport With Quantified Path Patterns]
565-
* link:https://medium.com/neo4j/did-you-take-the-neo4j-5-cypher-bullet-train-6a857c92d669[Neo4j Developer Blog: Did You Take the Neo4j 5 Cypher Bullet Train?]
565+
* link:https://medium.com/neo4j/did-you-take-the-neo4j-5-cypher-bullet-train-6a857c92d669[Neo4j Developer Blog: Did You Take the Neo4j 5 Cypher Bullet Train?]

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)