Just like you can dynamically WHERE on the type of a relationship, I thought there was a way to dynamically WHERE on the direction as well -- by comparing the start and end nodes of a relationship.
But neither START(rel) / END(rel) nor rel.start / rel.end work for me, and neither on 1.6 nor on 1.8/9 (whatever's on
console.neo4j.org). And looking through the docs, I can't find any mention of these functions.
Is this not implemented yet and my memory was only of a discussion / feature request? Or is it some other name? Thanks!
Aseem