Hi everyone!
I'm trying to query the following pattern:
(a)-[r1]->(b)-[r1|r2*]->(c)-[r1]->(d)
and a, b, c, d might belong to different categories, and they all have the same label.
The Cypher query I'm running is (cat means category):
MATCH p=(a)-...