I already got an answer from an earlier similar question joining 2 
vertices. (which turns out to be pretty easy)
So now I'd like to join info between 
V(Person)-E(Performs)-V(Task)-E(BelongsTo)-V(Project)
based on eg. search 
project.name = 'abc'
task.status = 'open'


Basically I'm trying to figure out how to join stuff between n steps of 
vertices and edges.
Should I start using traverse instead of selects?
Are there any guidelines how to set build multi joins ?
I've been scanning the docs a lot but maybe I'm overlooking an important 
section on this subject?

Thanks.

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to