Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Provide options.checkKeys support for LocalCollection's (Minimongo) #43

Open
hwillson opened this issue Jun 7, 2017 · 2 comments
Open

Comments

@hwillson
Copy link
Contributor

hwillson commented Jun 7, 2017

Migrated from: meteor/meteor#8386

@mitar
Copy link

mitar commented Jun 7, 2017

I still have a question how can this potentially work. If you allow insertion of a document with dots in the filename, like:

{
  'update.field.with.dots': 'bar',
  'update': {
    'field.with.dots': 'baz'
  }
}

If I do: {$set: {'update.field.with.dots': 'foobar'}}, how does MongoDB knows what to update?

@TimKoehler
Copy link

Important feature. Any progress yet?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants