Created
March 30, 2019 23:53
-
-
Save rxhl/80970d2a8fec94733f0c2e5fa81d4689 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| GET recipes/default/_search | |
| { | |
| "query": { | |
| "multi_match": { | |
| "query": "Apple Airpods", | |
| "fields": ["brand", "item"] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment