Description:
When filtering in a workspace view, multiple column filters are currently always combined using an AND condition. Within a single column, it's possible to choose AND / OR, but between columns, only AND is supported.
Proposal:
Extend the filter functionality to allow an OR condition between columns, for example through a toggle option in the filter menu.
Benefit:
Improved flexibility in data analysis within views – e.g., to find items where either Status = Open or Assigned To = John Smith applies.