Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for 'interval' filter. #85

Closed
var23rav opened this issue May 13, 2017 · 3 comments
Closed

Support for 'interval' filter. #85

var23rav opened this issue May 13, 2017 · 3 comments

Comments

@var23rav
Copy link
Contributor

Is there any 'Interval Filter' available ?

I couldn't find it in "type" : "interval" in filter code.

Filtering on a set of ISO 8601 intervals:

{
    "type" : "interval",
    "dimension" : "__time",
    "intervals" : [
      "2014-10-01T00:00:00.000Z/2014-10-07T00:00:00.000Z",
      "2014-11-15T00:00:00.000Z/2014-11-16T00:00:00.000Z"
    ]
}
@gianm
Copy link
Member

gianm commented May 13, 2017

@var23rav, it's probably missing. A PR would be welcome!

@var23rav
Copy link
Contributor Author

Initiated a PR #87

@var23rav
Copy link
Contributor Author

Closing since feature is available with PR 87 code merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants