Dataview negate operand (not working syntax)

What I’m trying to do

I want to exclude all templates from dataview query results, based on the file name that contains word “template”.

Things I have tried

I added this filter into my Dataview query:

WHERE !contains(file.name,"template")

But I’m only getting error:

Dataview: Unrecognized query operation ‘negate’

From syntax side, everything is ok!
Update the plugin, restart obsidian, disable other plugins… because it should work.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.