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,