Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created May 28, 2018 02:40
Show Gist options
  • Save wnqueiroz/4a09f48025e75e9f925502b7559e918e to your computer and use it in GitHub Desktop.
Save wnqueiroz/4a09f48025e75e9f925502b7559e918e to your computer and use it in GitHub Desktop.
find_users_called_John.js
{
"query": {
"match": {
"name": "John"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment