ArangoDB edge collection direction -
using arangodb, how can set different search directions edge collections in aql query? example in query, i'd 'trusts' edge direction restricted outbound whilst 'likes' edge direction can any. documentation looks can set global direction want make sure didn't miss something.
for p in graph_shortest_path('mygraph', 'users/peterb', 'marks/moon', {edgecollectionrestriction : ['trusts', 'likes']})
directly can not (yet) set direction each collection in simple way, not missing in documentation.
i have feature on "to implement" list though.
Comments
Post a Comment