I'm in the process of converting my application's graph queries to AQL from the 2.x graph functions. For the most part, the transition has been pretty smooth, but I've run into one situation where I was using multiple start vertices, but with 3.0 it appears that cannot be done?
Are there any plans to allow for the start vertex to be an array of document ids instead of just a single id? As it stands now, it appears I'm stuck making multiple round trips to the ArangoDB server to do a graph traversal from each start vertex, then tasked with de-duplicating the results in my Java code instead of being able to rely on Arango to do it all (at least without resorting to Foxx code, but I really want to keep all of my logic in one place, my Java server). -- You received this message because you are subscribed to the Google Groups "ArangoDB" 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.
