question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Variable length relationships

See original GitHub issue

How 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:closed
  • Created 5 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
emehrkaycommented, May 11, 2018

I will upload it tonight.

0reactions
emehrkaycommented, May 12, 2018

0.10.0 is on pypi. Thanks!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found