Hi, I have a model of 3 Vertexes and 2 edges:
V1(#12:0) -> E1 -> V2(#12:1) -> E2 -> V3(#12:2), I want to traverse all the incoming vertexes starting from V2 with id #12:1, however, the command traverse V.in, E.out from #12:1 only returns the V2 itself. It's not returning the incoming vertex. Did I miss something? Regards Andrew -- --- 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.
