From 1a31c2bbe4a19f66b44082199f4de8880a7089d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Neto?= Date: Tue, 2 Jul 2024 18:22:10 +0100 Subject: [PATCH] Fix queries in "Place Type Template" & "Product Type Template" --- Templates/Place Type Template.md | 1 + Templates/Product Type Template.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Templates/Place Type Template.md b/Templates/Place Type Template.md index 8a2a394..7085c6e 100644 --- a/Templates/Place Type Template.md +++ b/Templates/Place Type Template.md @@ -21,5 +21,6 @@ table without id loc as Location where contains(category, [[Places]]) and + !contains(file.name,"Template") and contains(type, this.file.link) ``` \ No newline at end of file diff --git a/Templates/Product Type Template.md b/Templates/Product Type Template.md index ba07312..a80b729 100644 --- a/Templates/Product Type Template.md +++ b/Templates/Product Type Template.md @@ -12,6 +12,7 @@ table without id acquired as Acquired where contains(category, [[Products]]) and + !contains(file.name,"Template") and contains(type,this.file.link) sort acquired desc,