Hi ,

I have a document and it has refernce document

when i try to remove , sometimes the reference document is not present, so 
i am getting below error 

*com.arangodb.ArangoDBException: Response: 404, Error: 1202 - AQL: document 
not found (while executing)*

user document
name: "test"
address : "addresses/1"

addresses document
street: "street 1"
disctrict: "distriect"


query:
WITH users, addresses
for user in users
FILTER user.id == @id
LET add = DOCUMENT(addresses, user.address)
remove add in addresses


-- 
You received this message because you are subscribed to the Google Groups 
"ArangoDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to arangodb+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/arangodb/a0edfca0-b98b-4340-a48e-4a9f706a9d78n%40googlegroups.com.

Reply via email to