mirror of https://gitee.com/bigwinds/arangodb
parent
27806d90a8
commit
1cad676170
|
@ -3841,7 +3841,7 @@ function TRAVERSAL_FUNC (func, vertexCollection, edgeCollection, startVertex, di
|
|||
if (params.filterVertices) {
|
||||
config.filter = TRAVERSAL_VERTEX_FILTER;
|
||||
config.filterVertexExamples = params.filterVertices;
|
||||
config.vertexFilterType = params.vertexFilterType || ["prune","exclude"];
|
||||
config.vertexFilterType = params.vertexFilterType || ["prune","exclude"];
|
||||
}
|
||||
|
||||
if (params._sort) {
|
||||
|
|
Loading…
Reference in New Issue