Thank you!
I can’t get this to work, so I need to study the contains formula.
I have birthdays in front matter like this:
birthday: 2000-12-31
But using your code:
Birthdays Today
table phone as Phone, email as Email, file.mtime as LastEdit
from ""
where contains(birthday, "05-05")
…gets me nothing, even if I made several dummy contacts with “1980-05-05”, "“1985-05-05” etc as birthday.
So I’m obviously missing something.