From 35ad44c3df305baa2b60ebc344edfdac7e5be35f Mon Sep 17 00:00:00 2001 From: Ammar Alakkad Date: Thu, 29 Feb 2024 18:54:15 +0300 Subject: [PATCH] Update Trips category dataview query Making the query more dynamic like other categories --- Categories/Trips.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Categories/Trips.md b/Categories/Trips.md index 784e083..a7dbd14 100644 --- a/Categories/Trips.md +++ b/Categories/Trips.md @@ -10,8 +10,8 @@ table without id start as Start, end as End where - contains(category,[[Trips]]) and + contains(category,this.file.link) and !contains(file.name, "Template") and !contains(file.name, "Planning") sort start desc -``` \ No newline at end of file +```