What I’m trying to do
Task “path includes” filter does not work with quotes in file names:
not done
due on or before today
path includes 'Daily Larger'
sort by description
Things I have tried
Remove the quotes and it works fine:
not done
due on or before today
path includes Daily Larger
sort by description
This needs to be better documented. I naturally put quotes around file names that had hyphens or spaces just like any other query language. Apparently, Obsidian task queries interpret the string after ‘path includes’ as a bare string.