Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diloabininyeri/94526a7f23d260084f05e5e557f78cfc to your computer and use it in GitHub Desktop.
Save diloabininyeri/94526a7f23d260084f05e5e557f78cfc to your computer and use it in GitHub Desktop.
{
"query": {
"bool": {
"should": [
{ "match": { "street": "Poland Street W1V" }},
{ "match": { "city": "Poland Street W1V" }},
{ "match": { "country": "Poland Street W1V" }},
{ "match": { "postcode": "Poland Street W1V" }}
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment