I need to put multiple filters on a backend query but I only see I can either relate all the filters by ANDs or ORs.
Is there a way to filter by a combination of ANDs and ORs?
For example: [match is in the future] AND[ [authUser= player 1] OR [authUser ==player2] ]