Dataview plugin snippet showcase

Bit of a newb question here but how to I search for part of a filename?

EG my daily notes titles follow the format YYYY-MM-DD
And I want to find data from files from say June so…

WHERE file.name = 2021-06

I’ve tried various permutations (quotes, wildcards etc) but none of them seem to work…