Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created May 28, 2018 02:35
Show Gist options
  • Save wnqueiroz/8d0e53b507cdf231fb2a4a1db5f1465f to your computer and use it in GitHub Desktop.
Save wnqueiroz/8d0e53b507cdf231fb2a4a1db5f1465f to your computer and use it in GitHub Desktop.
john_watson_find_posts.js
{
"query": {
"bool": {
"filter": {
"term": {
"user": 1
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment