You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried to call store.Update and pass in a document that has a bundle definition. Bundles have some wonky fields like $comment and $id (from json schema) and I'm learning that while you can insert those documents into mongo, you cannot update those documents.
I just tried to call store.Update and pass in a document that has a bundle definition. Bundles have some wonky fields like $comment and $id (from json schema) and I'm learning that while you can insert those documents into mongo, you cannot update those documents.
https://www.mongodb.com/docs/manual/core/dot-dollar-considerations/#std-label-crud-concepts-dot-dollar-considerations
Mongodb considers fields with $ prefixes to be instructions, not just field names.
We have a couple options:
I'm going to try the third option and see if we can unobtrusively make this change before beta.1
The text was updated successfully, but these errors were encountered: