Possible to have more than one variable for "show filter" folder options?

I use these quite a bit with single entries, just wondering if it's possible to use multiple entries? Couldn't find anything this specific in the manual and usual variables didn't work.

For example, if files were present in a folder with the name "tv show title - season 2 - name of"
I'd like to filter to show "tv show title" AND "season 1"

I can live without it, but usually DO has the feature I've wanted to whole time and I've just never discovered it.

Try a wildcard pattern:

Set SHOWFILTERFILENAME="tv show*season 1*"

This gets it done for most of my needs, thanks. The one operator I miss..the most obvious lol.