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

Grouping #49

Open
aldrashan opened this issue Apr 17, 2019 · 4 comments
Open

Grouping #49

aldrashan opened this issue Apr 17, 2019 · 4 comments

Comments

@aldrashan
Copy link

How do I filter the following example?

(A=1 || (B=2 && F=5)) && (C=3 || D=4)

Seems impossible at the moment.

@madben2000
Copy link

I also think that it is not possible at the moment without the possibility to manually end a group. And if it would be somehow possible, it will get very confusing - at least for me. @dbelmont answered my similar question in #46 , but I also can't manage opening and closing multiple independent groups as in your example

@madben2000 madben2000 mentioned this issue May 8, 2019
@aldrashan
Copy link
Author

I've actually managed to get my example working.
I believe it could be integrated into ExpressionBuilder and would be a viable replacement for the StartGroup() method.
I'm not sure how I'd define the syntax for it yet though.

I might open a pull request for it.

@dmitribodiu
Copy link

@aldrashan open pls, its a must have feature.

@aldrashan
Copy link
Author

@aldrashan open pls, its a must have feature.

I did. Owner never did anything with it. #54

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

3 participants