You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: