-
Couldn't load subscription status.
- Fork 109
Closed
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.semver-majorThis issue requires backwards-incompatible changes to address.This issue requires backwards-incompatible changes to address.
Milestone
Description
When checking if a document exists in a collection, I use the function documentCollection.documentExists. For example:
const cities = db.collection("City")
const city_exists = await cities.documentExists("Country/1234")
console.log("city_exists = ", city_exists)
But instead of looking only in the specific "City" collection, it finds documents from other collections (like "Country") too.
ArangoJS version: 6.10.0
Metadata
Metadata
Assignees
Labels
Feature RequestRequest for new functionality to be added to the driver.Request for new functionality to be added to the driver.fixedIssue has been resolved but remains open due to a pending release.Issue has been resolved but remains open due to a pending release.semver-majorThis issue requires backwards-incompatible changes to address.This issue requires backwards-incompatible changes to address.