Skip to content

Instantly share code, notes, and snippets.

@TheDeveloper
Created May 3, 2018 11:31
Show Gist options
  • Save TheDeveloper/071a03d3ce0bccddbfa4fd9f270ab241 to your computer and use it in GitHub Desktop.
Save TheDeveloper/071a03d3ce0bccddbfa4fd9f270ab241 to your computer and use it in GitHub Desktop.
Example JSON body for an Elasticsearch search request
{
"query": {
"bool": {
"filter": [
{ "term": { "field1": "foo" } },
{ "term": { "field2": "bar" } }
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment