Skip to content

Instantly share code, notes, and snippets.

@adrianolsk
Created May 30, 2017 17:09
Show Gist options
  • Save adrianolsk/9c0b231f7720d4cf920f28227629a03a to your computer and use it in GitHub Desktop.
Save adrianolsk/9c0b231f7720d4cf920f28227629a03a to your computer and use it in GitHub Desktop.
Feathers Query - Mongo
// search with regex
query = { fieldName: { $regex: 'pattern', $options: 'igm' } }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment