Is there an example of the JS script function embedded in the SQL that you can point me too? Thank you!
On Monday, June 1, 2015 at 8:58:04 AM UTC-4, Emin Agassi wrote: > > Hello All > I am traversing a Graph that has some common Vertices. When I execute > traverse, I only see one instance of the common Vertix versus several. > For example, > > A -> B > C -> B > > After traverse, I only see the following result: > > A > C > B (common and pointed to by A and C) > > I would like to see the duplicate Vertix in the result as follows: > > A > B (Common to A and C) > C > B (Common to A and C) > > Is there a method to achieve this or Traverse always returns Distinct > Vertices? > > Thank you > Emin > > > -- --- 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 orient-database+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.