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

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -