Currently to do a boolean condition like this : A and B and (C or D)
We need to have : A and B and C OR A and B and D
It can quickly become misleading with increasing conditions, so would it be possible to add parenthesis or something similar to encase some filters together without interfering with others ?
To simplify, would it be possible to be able to create filters with this: A and B and (C or D) ?