Document whose _idis I want to be say abc/xyz is being converted to document with _id: abcwith json attachment xyz which contains all the remaining key-value pairs I provided in db.save()
Is this expected behavior?
When I try to create this document from Fauxton UI, it's getting created as expected (without any attachment)
Document whose
_id
is I want to be sayabc/xyz
is being converted to document with _id:abc
with json attachmentxyz
which contains all the remaining key-value pairs I provided indb.save()
Is this expected behavior? When I try to create this document from Fauxton UI, it's getting created as expected (without any attachment)