Skip to content

Instantly share code, notes, and snippets.

@wnqueiroz
Created June 3, 2018 22:57
Show Gist options
  • Save wnqueiroz/056014f04afb0192e1f236cdcb3b4221 to your computer and use it in GitHub Desktop.
Save wnqueiroz/056014f04afb0192e1f236cdcb3b4221 to your computer and use it in GitHub Desktop.
query_with_incorrect_match.js
{
"query": {
"bool": {
"must": [
{
"match": {
"comments.name": "Alice"
}
},
{
"match": {
"comments.age": 28
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment