:wave: a JOIN question. Collection B has a referen...
# built-with-typesense
m
👋 a JOIN question. Collection B has a reference field (string) to Collection A. Is the following behaviour correct/expected? 1. A document cannot be added to Collection B if the referenced document does not exist in Collection A.
Copy code
Reference document having `ref_field:= value` not found in the collection A
2. Deleting a document in Collection A also deletes the document(s) in Collection B that reference it.