Re: [Neo4j] Listing properties on relationships?

2010-10-17 Thread Mattias Persson
What you have to do currently (not the optimal solution) is to cd to that relationship: cd -r 468 now do your ls. From there you can then go: cd .. or cd start or cd end 2010/10/17 Peter Neubauer peter.neuba...@neotechnology.com Hi, I am trying to list relationship

Re: [Neo4j] Listing properties on relationships?

2010-10-17 Thread Peter Neubauer
Cool, thanks! If cd -r works, could we then have a ls -r variant that lists relationships directly from ID maybe? Cheers, /peter neubauer VP Product Development, Neo Technology GTalk:      neubauer.peter Skype       peter.neubauer Phone       +46 704 106975 LinkedIn  

Re: [Neo4j] Listing properties on relationships?

2010-10-17 Thread Mattias Persson
2010/10/17 Peter Neubauer peter.neuba...@neotechnology.com Cool, thanks! If cd -r works, could we then have a ls -r variant that lists relationships directly from ID maybe? Sure, the ls -r means list the current node's relationships... but maybe the list relationship contents is more useful