Skip to content

Instantly share code, notes, and snippets.

@mfsiat
Created April 24, 2021 09:56
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/54258d3de863c8a61a50d6d03831f5d3 to your computer and use it in GitHub Desktop.
Save mfsiat/54258d3de863c8a61a50d6d03831f5d3 to your computer and use it in GitHub Desktop.
Searches termwise but it cant search that good
{
"query": {
"bool": {
"must": [
{
"term": {
"business_name": "softopark"
}
}
],
"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