Skip to content

Instantly share code, notes, and snippets.

@jayhuang75
Created November 7, 2021 18:35
Show Gist options
  • Select an option

  • Save jayhuang75/f6bf0a68e9f9eb9ffa43ddde60f65691 to your computer and use it in GitHub Desktop.

Select an option

Save jayhuang75/f6bf0a68e9f9eb9ffa43ddde60f65691 to your computer and use it in GitHub Desktop.
go train delay serch by date ranges post body
{
"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