Use two filter runs to test for “Thursday” OR “Friday”
Both filter runs are evaluated. For any given day, only one of the two filter runs will produce output (or no output at all if it is neither Thursday or Friday)
Use the simpler match[...] filter operator to compare with literal string values