Created
March 30, 2019 23:50
-
-
Save rxhl/c7873d7df0116dffec752be2f99fe2cb 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 apple/default/_search | |
| { | |
| "query": { | |
| "range": { | |
| "price": { | |
| "gte": 100, | |
| "lte": 1000 | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment