By default, the FILTER function in Google Sheets is set up to take multiple criteria using AND logic. With a slight modification, you can make it use OR logic.
After defining your filter array, each criterion will be inside a set of parenthesis followed by a plus sign. Here’s the general format:
=FILTER(array,(column1='something')+(column1='somthing else'))
With actual data:
![](https://i0.wp.com/www.pauldesalvo.com/wp-content/uploads/2020/06/Screen-Shot-2020-06-09-at-1.01.40-PM.png?resize=643%2C193&ssl=1)