Skip to content

Instantly share code, notes, and snippets.

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