Skip to content

Instantly share code, notes, and snippets.

@rxhl
Created March 30, 2019 23:50
Show Gist options
  • Save rxhl/0b1393717b0d7375f226a273df75171e to your computer and use it in GitHub Desktop.
Save rxhl/0b1393717b0d7375f226a273df75171e to your computer and use it in GitHub Desktop.
GET apple/default/_search
{
"query": {
"terms": {
"item": [
"iphone",
"airpods"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment