Filtering with "OR" condition amongst multiple columns

The use case for this would be to create a global search/filter that uses the api. It would be implemented by checking if a value existed in column A OR column B OR column C, etc…
As of right now I’ve been able to create a global search/filter by hiding rows, but this doesn’t work well in conjunction with column filters.

Has this ever been attempted to be implemented?