Created
November 7, 2021 18:35
-
-
Save jayhuang75/f6bf0a68e9f9eb9ffa43ddde60f65691 to your computer and use it in GitHub Desktop.
go train delay serch by date ranges post body
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
| { | |
| "query": { | |
| "must": { | |
| "ranges": [ | |
| {"date": {"gte": "2021-10-01", "lte": "2021-11-01"}} | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment