Fix queries in "Place Type Template" & "Product Type Template"
This commit is contained in:
@@ -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)
|
||||
```
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user