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

Implement expression grammar for filters #81

Open
jaa127 opened this issue Feb 22, 2016 · 0 comments
Open

Implement expression grammar for filters #81

jaa127 opened this issue Feb 22, 2016 · 0 comments

Comments

@jaa127
Copy link
Contributor

jaa127 commented Feb 22, 2016

For background information, please see #78 and especially #78 (comment).

For example, there should be AND, OR and maybe also NOT. For backwards compatibility, expression filter should start with parenthesis (or some other way it should be possible to support plain filter syntax with implied AND).

For example:
((begin=2016-01-01 AND end=2016-03-01) OR account = .*:Bank:.*)

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

1 participant