So I have a person ndoe and I want to know who is a friend of a friend from a city
So what this looks like is: *MATCH (c:City)--(a:Person)--(b:Person)--(a)--(d:Person) RETURN a,b,c,d* So what this is modeling is a person (a) who has three relationships: b,c,d However, when I run this query, it returns nothing. What am I doing wrong here? -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
