This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Replies: 2 comments 2 replies
-
|
Interesting, it should return all path up to 3 hop. Do u mind share a reproducible example with us? |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
I will work one up.
…On Tue, Jun 10, 2025, 9:34 PM andyfeng ***@***.***> wrote:
Interesting, it should return all path up to 3 hop. Do u mind share a
reproducible example with us?
—
Reply to this email directly, view it on GitHub
<#5520 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3MD2POHPMDUI4E2OABH2SL3C6IUPAVCNFSM6AAAAAB7BDDAFKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTGNBSG43DGNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,I am trying to use recursive relationship patterns and feel I am either doing something wrong or else I don't understand them. I have a graph that has 4 nodes conncted by three relationships, as in (n1)-->(n2)-->(n3)-->(n4). I am trying a match like 'match( n:Node)-[r*1..3]->(m:Node)' - the match should find three hops, but never returns more than two. What am I missing? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions