Created
April 24, 2021 09:42
-
-
Save mfsiat/bdd97e4671a08859d63278044f5742f7 to your computer and use it in GitHub Desktop.
Match Query
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": [ | |
{ | |
"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