Skip to content

Instantly share code, notes, and snippets.

@antonioiksi
Created November 8, 2017 11:41
Show Gist options
  • Save antonioiksi/7c4358f127242c6fe37765a0ae8f311a to your computer and use it in GitHub Desktop.
Save antonioiksi/7c4358f127242c6fe37765a0ae8f311a to your computer and use it in GitHub Desktop.
multifield search match
{
'query': {
'bool': {
'should': [
{
'match': {
'value': '4352435342532'
}
},
{
'match': {
'name': 'phone'
}
}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment