mirror of https://gitee.com/bigwinds/arangodb
Reactivated vertexCollectionRestrictions in Neighbors
This commit is contained in:
parent
7f9ae321a0
commit
e8f8e4b4da
|
@ -2362,6 +2362,10 @@ static void JS_QueryNeighbors(v8::FunctionCallbackInfo<v8::Value> const& args) {
|
|||
}
|
||||
}
|
||||
|
||||
for (auto const& it : vertexCollectionNames) {
|
||||
opts.addCollectionRestriction(it);
|
||||
}
|
||||
|
||||
std::unordered_set<std::string> neighbors;
|
||||
|
||||
if (opts.useEdgeFilter) {
|
||||
|
|
Loading…
Reference in New Issue