hi all, i was doing some neo4j querying and wondered what the difference is between the following 2 queries (which i thought are the same) but give different results
++++++++++++++++++++++++++++
MATCH path1 = (a)-[r1*]->(b),
path 2 = (b)-[r2*]->(c)
R...