b/c START m=node(25) MATCH n-[r]->m RETURN r
shouldn't return anything if the rels are in the other direction.
try to return the end-node too
START m=node(25) MATCH n-[r]->m RETURN r,m
you can try to leave the direction arrow off:
> START n=node(1),m=node(25) MATCH n-[r]-m RETURN r,n,m
Michael
> --
> You received this message because you are subscribed to the Google Groups "neo4jrb" group.
> To post to this group, send email to neo...@googlegroups.com.
> To unsubscribe from this group, send email to neo4jrb+u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/neo4jrb?hl=en.
>
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Neo4j - Graphs rule.
Program or be programmed - Computer Literacy for kids.
http://foocafe.org/#CoderDojo
Thanks a lot
Michael
> --
> You received this message because you are subscribed to the Google Groups
> "neo4jrb" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/neo4jrb/-/qr0vCgy6SxsJ.