Filter Meeting notes for current year only using WHERE command

To match current year, I’d use something like: WHERE dateformat(date(today), "YYYY") = dateformat(file.day, "YYYY")