hello
Does anyone know why the function reduce like following returns all the path between two noeds, not the only path with the shortest time?
match (a:station {name:"Mermoz"}),(b:station{name:"Brombach"}),
p=((a)-[*..10]->(b))
with p,reduce(s=0,r i...