Views can't be used as bindVars when constructing an AqlQuery #667
Labels
fixed
Issue has been resolved but remains open due to a pending release.
semver-minor
This issue does not require any backwards-incompatible changes to address.
Milestone
The above throws
ArangoError: AQL: SEARCH condition used on non-view near 'RETURN d' at position 4:3 (while parsing)
.I can make this work by using
const view = db.collection("some-view");
, but that's a hack.The text was updated successfully, but these errors were encountered: