How to Add filters with conditions OR

I want to add a filter with conditions or, but this doesn’t work

and this is not a person
this is more like
Where name = “name” && age = “1”
while what I mean is
Where name = “name” or age = “10”