Skip to content

Instantly share code, notes, and snippets.

@Lepozepo
Created July 29, 2015 22:46
Show Gist options
  • Save Lepozepo/aa5011db5113d8ca789c to your computer and use it in GitHub Desktop.
Save Lepozepo/aa5011db5113d8ca789c to your computer and use it in GitHub Desktop.
Inmates.find
$or:[
{
first_name:
$regex:search
$options:"i"
}
{
last_name:
$regex:search
$options:"i"
}
{
inmate_number:
$regex:search
$options:"i"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment