Created
May 30, 2017 17:09
-
-
Save adrianolsk/9c0b231f7720d4cf920f28227629a03a to your computer and use it in GitHub Desktop.
Feathers Query - Mongo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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