Thanks a lot Luca. But a range selection from where clause fails on this command.
traverse out() from (select expand(rid) from index:idxtitle where key = 'nano' and time_stamp < 1381190400) while $depth < 3 Is this by design? On Thu, Feb 27, 2014 at 8:02 PM, Luca Garulli <[email protected]> wrote: > Hi, > try this: > > traverse out() from (select expand(rid) from index:idxtitle where key = > 'nano') while $depth < 3 > > Lvc@ > > > On 27 February 2014 11:55, Shishya <[email protected]> wrote: > >> Hi, >> >> I am trying to traverse from indexes as per following statement, but it >> returns only first rid >> >> traverse out() from (select from index:idxtitle where key = 'nano') >> while$depth >> < 3 >> >> Please help >> >> Regards >> >> -- >> >> --- >> 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/groups/opt_out. >> > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "OrientDB" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/orient-database/A2y84SK_vcg/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- --- 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/groups/opt_out.
