Using the REST API 

g.v(0).out.unique().sort{it.Name}.toList()

works but i can't get 

t = new Table(); 
g.v(0).out.as('friend').table(t).sort{it.Name} >> -1; 
t;

to sort correctly.  

and how would i sort 

g.v(0).out.as('friend').out.as('moreFriend').sort( on friend.Name ) 

Also, can you point me to some documentation on this and other commends that 
can be preformed on this pipe.  I have been searching and have not found 
anything straight forward (could be me...)  

thanks for the help

_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to