Skip to content

Instantly share code, notes, and snippets.

@vnugent
Created May 20, 2019 20:16
Show Gist options
  • Save vnugent/a95d69367995f07c8d09b9ff14f7076f to your computer and use it in GitHub Desktop.
Save vnugent/a95d69367995f07c8d09b9ff14f7076f to your computer and use it in GitHub Desktop.
db.pandas.find({}, {_id: 1, title: 1, meta: 1}).sort({insert_ts: -1})
# enable featured post
db.pandas.update({_id: {$in: ["<uuid>"]}}, {$set: {'meta.featured': "true"}}, false, true)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment