Hi all,
I run the risk to ask a question that has been asked before, but I can't find the answer on this forum. I have created a graph database with vertices and edges. I can get the expanded (all vertex and edge info) shortest path with the following query: SELECT expand(shortestPath) FROM (SELECT shortestPath(#9:0, #9:2, 'OUT')) The result is indeed the correct sequence of vertices. I would like to visualise this as a graph in the web console. However, when I send the output to the graph editor, it only shows me the vertices and not the edges between them. Is there a way to do this? Thanks! Jiri -- --- 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.
