ra0o0f / arangoclient.net

ArangoDB .NET Client with LINQ support
Apache License 2.0
99 stars 37 forks source link

Using Filter in TraversalConfig #104

Open lxwbr opened 6 years ago

lxwbr commented 6 years ago

I am trying to filter on a field while traversing the graph and wanted to set the Filter property of TraversalConfig found here: https://github.com/ra0o0f/arangoclient.net/blob/next/src/ArangoDB.Client/Graph/TraversalConfig.cs#L35 Unfortunately this feature is not documented, can somebody provide a small example on how the syntax of this filter should look like?

ra0o0f commented 6 years ago

@zunder there is no c# examples yet, but you can look at js docs:

https://docs.arangodb.com/3.1/Manual/Graphs/Traversals/UsingTraversalObjects.html