Variable length relationships
See original GitHub issueHow would you write out the example from the Neo4j docs?
MATCH (martin { name: 'Charlie Sheen' })-[:ACTED_IN*1..3]-(movie:Movie)
RETURN movie.title
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Patterns - Cypher Manual
Variable -length pattern matching ... This is a minimum length of 3, and a maximum of 5. It describes a graph of either...
Read more >Cypher: Variable Length Relationships by Example
In this blog post, we'll demonstrate how to use variable length relationships (sometimes called “variable length paths”) in Cypher using ...
Read more >cypher - What's the meaning of Neo4j's 'Variable length ...
it's the number of path, not the number of nodes. 1..3 means that 1 or 2 or 3 steps to another node that...
Read more >[Neo4j] Cypher - variable length relationships that *aren't* ...
Hey everybody,. I'm trying to write a query that returns a small subgraph around a type system's sub-reference node, excluding relationships used to...
Read more >Neo4j - Variable length Relationships, Shortest Path, All ...
The topics covered in this session are 1. Neo4j Variable length Relationships2. Shortest Paths in Neo4j3. All Shortest Paths between two ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will upload it tonight.
0.10.0 is on pypi. Thanks!