Fix queries in "Place Type Template" & "Product Type Template"
This commit is contained in:
@@ -21,5 +21,6 @@ table without id
|
|||||||
loc as Location
|
loc as Location
|
||||||
where
|
where
|
||||||
contains(category, [[Places]]) and
|
contains(category, [[Places]]) and
|
||||||
|
!contains(file.name,"Template") and
|
||||||
contains(type, this.file.link)
|
contains(type, this.file.link)
|
||||||
```
|
```
|
||||||
@@ -12,6 +12,7 @@ table without id
|
|||||||
acquired as Acquired
|
acquired as Acquired
|
||||||
where
|
where
|
||||||
contains(category, [[Products]]) and
|
contains(category, [[Products]]) and
|
||||||
|
!contains(file.name,"Template") and
|
||||||
contains(type,this.file.link)
|
contains(type,this.file.link)
|
||||||
sort
|
sort
|
||||||
acquired desc,
|
acquired desc,
|
||||||
|
|||||||
Reference in New Issue
Block a user