Hello there,
Sometimes it might be handy to suppress an aggregate filter by simply ignoring a condition when we are testing the query.
Instead of deleting the condition (or doing a "True or ... ") we don't want to be applied we ignore it and then add it back when we end the test we were doing.
Thanks!