Merge pull request #6 from luisneto/patch-2

Fix queries in "Place Type Template" & "Product Type Template"
This commit is contained in:
Steph Ango
2024-07-02 12:15:49 -07:00
committed by GitHub
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,