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
It would be great to add support for deep properties in the update $set sproc. This would enable us to send in more complex updates such as {$set: {"inventory.location.primary.city": "Miami", "product.sku.upc": "0124236542321"}}
With the current version we can only modify root nodes of the document.
This would also be needed for mongodb parity (see docs)
The text was updated successfully, but these errors were encountered:
graham-sportsmgmt
changed the title
Support nested keys in update sproc
Support nested keys in update sproc $set
Jul 7, 2018
It would be great to add support for deep properties in the update $set sproc. This would enable us to send in more complex updates such as
{$set: {"inventory.location.primary.city": "Miami", "product.sku.upc": "0124236542321"}}
With the current version we can only modify root nodes of the document.
This would also be needed for mongodb parity (see docs)
The text was updated successfully, but these errors were encountered: