Right now tested shortestPath():
select shortestPath(#9:0, #9:2, 'OUT')
returns:
"shortestPath": [ "#9:0", "#9:1", "#9:2" ]
On the contrary this:
select shortestPath(#9:0, #9:2, 'IN')
returns 
"shortestPath": [ "#9:0", "#9:2" ]

On the graph:
#9:0 --> #9:1 --> #9:2 ----> #9:0

So this function 
<http://www.orientechnologies.com/docs/last/SQL-Functions.html#shortestpath>
 *is* sensible to direction. 
OrientDB 2.0.5

-- 

--- 
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.

Reply via email to