Currently with tt_news you can only apply very basic boolean logic to filters: A & B, A | B, !(A & B), !(A | B). Is there a way to add more advanced boolean logic to the filters? An example would be A & (B | C) or A & !(B | C)