Fix queries in "Place Type Template" & "Product Type Template"

This commit is contained in:
Luís Neto
2024-07-02 18:22:10 +01:00
parent 3afc5e42e2
commit 1a31c2bbe4
2 changed files with 2 additions and 0 deletions

View File

@@ -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)
```

View File

@@ -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,