Closed tomek7667 closed 1 year ago
Hello, using Infinity
generates a [*]
relationship which matches 1 or more iterations.
So, is [*]
used in the generated cypher but doesn't work as expected?
I see, I think that I misunderstood the feature, sorry for the trouble
No worries. In the meantime I found out a bug when only minHops
is passed, I'll create a fix soon.
The comment stating that value Infinity will be no limit for the recursion is not accurate. When entered
9999999
working perfectly fine, when enteredInfinity
works like for a 1 hop.