Last active
May 24, 2019 13:54
-
-
Save palash25/6e7867c7a649fe3d4f872a7790eba446 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
| { | |
| "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