Today if I insert a document with embed structures like:
InsertDocument[coll, {"a" -> {"b" -> {"c" -> 1}, "d" -> {"e" -> 1}}}]
when I try to retrieve it using FindDocuments[coll]I get:
{{_id->56940b53f99bf4d2e3f258a0,a->Removed[JavaObject1473478154780673]}}
In the command line the data is inserted ok.
By the way, amazing package.
Today if I insert a document with embed structures like:
InsertDocument[coll, {"a" -> {"b" -> {"c" -> 1}, "d" -> {"e" -> 1}}}]
when I try to retrieve it usingFindDocuments[coll]
I get:{{_id->56940b53f99bf4d2e3f258a0,a->Removed[JavaObject1473478154780673]}}
In the command line the data is inserted ok. By the way, amazing package.