Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/ROOT/pages/patterns/match-modes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -256,3 +256,9 @@ RETURN count(p) AS pathCount
----
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.
----


[[further-reading]]
== Further reading

* link:https://medium.com/neo4j/i-would-walk-500-miles-5d23c33d967f[Neo4j Developer Blog: I Would Walk 500 Miles]
2 changes: 1 addition & 1 deletion modules/ROOT/pages/patterns/variable-length-patterns.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,4 @@ Using inline predicates or making quantified path patterns more specific where p
== Further reading

* 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]
* 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?]
* 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?]
Original file line number Diff line number Diff line change
Expand Up @@ -432,3 +432,9 @@ RETURN person, collect(message) AS status
|===
=====


[[further-reading]]
== Further reading

* link:https://medium.com/neo4j/cypher-conditional-queries-eb46ebcb8eb9[Neo4j Developer Blog: Cypher Conditional Queries]