Hi Andrei, We replaced plain in and out with functions in 1.6+. So it's correct to do:
traverse in() from #9:93 or even: traverse inE(), outV() from #9:93 Which page in documentation does report this old syntax? Lvc@ On 12 December 2014 at 11:22, Andrei Serea <[email protected]> wrote: > Hello! > > I have a problem getting the traverse function to work ok. > > I'm testing it on the default database (GratefulDeadConcerts), trying to > list all the songs sung by node #9:93, (artist name 'Hunter'), using the > query: > > "traverse V.in, E.out from #9:93". This just doesn't fetch anything but > the root. Nor does the reverse "traverse V.out, E.in from #9:93" > > It works if I do something like this: > "traverse in('sung_by') from #9:93 > > From what I read in the docs, the V.in, E.out should work...I just don't > understand why it doesn't. > > Help!? > > Thanks, > Andrei > > -- > > --- > 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. > -- --- 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.
