Skip to content

Instantly share code, notes, and snippets.

@palash25
Last active May 24, 2019 13:54
Show Gist options
  • Select an option

  • Save palash25/6e7867c7a649fe3d4f872a7790eba446 to your computer and use it in GitHub Desktop.

Select an option

Save palash25/6e7867c7a649fe3d4f872a7790eba446 to your computer and use it in GitHub Desktop.
{
"query": {
"bool": {
"filter": [{
"match": {
"client": "android"
}
}, {
"match": {
"isActive": true
}
}, {
"range": {
"_created_at": {
"from": "2019-05-20",
"include_lower": true,
"include_upper": true,
"to": "2019-05-21"
}
}
}, {
"match": {
"formId": "hHhcLKh9st1vFr8nDY4a"
}
}, {
"terms": {
"_p_CreatedBy": ["_User$gTOAbrbVUkPXgZYNXz2n"]
}
}]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment