multi-column中的dataview不能正常显示结果

想要在主页中显示任务,但是不能显示结果。尝试过如果去除contains(tags,“XX”),能够罗列出所有任务。求助!

[!multi-column]

[!danger] 急重事务

task
where !completed and contains(tags,"重要")

[!caution] 重要事务

task
where !completed and contains(tags,"紧急")