Update Trips category dataview query

Making the query more dynamic like other categories
This commit is contained in:
Ammar Alakkad
2024-02-29 18:54:15 +03:00
committed by GitHub
parent ceafd3db38
commit 35ad44c3df

View File

@@ -10,8 +10,8 @@ table without id
start as Start,
end as End
where
contains(category,[[Trips]]) and
contains(category,this.file.link) and
!contains(file.name, "Template") and
!contains(file.name, "Planning")
sort start desc
```
```