Skip to content

Instantly share code, notes, and snippets.

@gharriso
Created February 15, 2018 00:23
Show Gist options
  • Save gharriso/8ea3e78b5af113a59f37c0a9007b6669 to your computer and use it in GitHub Desktop.
Save gharriso/8ea3e78b5af113a59f37c0a9007b6669 to your computer and use it in GitHub Desktop.
var rc = db.embeddedOrders.update(
{ 'orders.lineItems.prodId': prodId },
{ $set: { 'orders.$[].lineItems.$[i].price': newPrice } },
{ arrayFilters: [{ 'i.prodId': { $eq: prodId } }], multi: true }
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment