From 6e47d679a432fe56ac2d3eddd5921f51354e5814 Mon Sep 17 00:00:00 2001 From: Ammar Alakkad Date: Thu, 29 Feb 2024 18:52:46 +0300 Subject: [PATCH] Update Projects category dataview query Making the query more dynamic like other categories --- Categories/Projects.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Categories/Projects.md b/Categories/Projects.md index b47db5f..c4b1d73 100644 --- a/Categories/Projects.md +++ b/Categories/Projects.md @@ -10,7 +10,7 @@ table status as Status, url as URL where - contains(category,[[Projects]]) and + contains(category,this.file.link) and !contains(file.name,"Template") sort year desc -``` \ No newline at end of file +```