Skip to content

Instantly share code, notes, and snippets.

@garethtdavies
Created September 8, 2019 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garethtdavies/904e14c89c0527b8961852fb332366ce to your computer and use it in GitHub Desktop.
Save garethtdavies/904e14c89c0527b8961852fb332366ce to your computer and use it in GitHub Desktop.
Extract matching memo data from Coda blocks
db.getCollection("blocks").find({
"transactions.userCommands": {
"$elemMatch": {
"memo": "2pn2vgS9sRdjnwZqRDndxVdGzeocYEwyJcHC1zbTgqrkmTnCFTA4MU"
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment