Skip to content

Instantly share code, notes, and snippets.

@mfsiat
Created April 24, 2021 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mfsiat/bdd97e4671a08859d63278044f5742f7 to your computer and use it in GitHub Desktop.
Save mfsiat/bdd97e4671a08859d63278044f5742f7 to your computer and use it in GitHub Desktop.
Match Query
{
"query": {
"bool": {
"must": [
{
"match": {
"business_name": "jo hukum"
}
}
],
"must_not": [],
"should": []
}
},
"from": 0,
"size": 50,
"sort": [],
"aggs": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment