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