Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created May 26, 2014 23:08
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 rtanglao/f01c9f544391e476cc98 to your computer and use it in GitHub Desktop.
Save rtanglao/f01c9f544391e476cc98 to your computer and use it in GitHub Desktop.
find a piece of a url in a mongodb field
db.photos.findOne({"url_sq" : {$regex : ".*548386304_8c12cfe51c_s.*"}})
@rtanglao
Copy link
Author

this gist is flickr specific!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment