Created
November 8, 2017 11:41
-
-
Save antonioiksi/7c4358f127242c6fe37765a0ae8f311a to your computer and use it in GitHub Desktop.
multifield search match
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
'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