Introducing repeatable elements in the Cypher query language
In this post, I’ll show how to use the new REPEATABLE ELEMENTS match mode to solve queries that we weren’t able to before, like finding circular patterns where one of the nodes only has one incoming/outgoing relationship.
Have a look at this graph:
How many ways do we have of getting from a to e (following the direction of the relationships)? I think most of you would answer two, either directly through b , or with the detour thr...
Read it: I Would Walk 500 Miles