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

need more complex conditions #4

Open
mrmu opened this issue Aug 8, 2016 · 1 comment
Open

need more complex conditions #4

mrmu opened this issue Aug 8, 2016 · 1 comment

Comments

@mrmu
Copy link

mrmu commented Aug 8, 2016

what I need not just "||" all topics but setting more complex conditions like:
'TopicA' in topics && ('TopicB' in topics || 'TopicC' in topics)

how about add a setCondition() ?
thanks!

@palbertini
Copy link
Member

Already thought about that when writing the earliest versions. Would need quiet a bit logic, since you would want to do it with a build pattern and demeter chains on the interface, but also allowing for nested conditions (representing what you put in braces in your comment) in the generated request.

Tagged as enhancement and will do it, but likely not in the next 2 weeks.

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

No branches or pull requests

2 participants