Hi,
I’m working on a small buses lines dataset, I’m currently hitting a problem.
How can I check that, on a line with X buses, the previous bus isn’t after the next one using this kind of MATCH:
MATCH p=(a)-[*1..4]->(b)
WHERE a.arrival_date + durati...