Hi, I'm trying to implement versioning similar as described here:

http://iansrobinson.com/2014/05/13/time-based-versioned-graphs/

To keep it simple, let's say I have only one type of nodes and links 
arbitrary connected. Links have property valid=0 or 1. I know that I can 
filter link property [valid=1]. But how to apply it for traverse? For 
example traverse both() from root but use only links with property valid=1. 
Or same for finding shortest path, shortestPath(source, dest, "both") but 
use only valid=1 links. 

Thanks for your help

Roman 

-- 

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