Change loc to places for clarity

This commit is contained in:
Steph Ango
2024-01-06 14:53:17 -08:00
parent 272c9b1ab5
commit bc8341eea9
17 changed files with 21 additions and 21 deletions

View File

@@ -6,7 +6,7 @@ type:
tags:
- places
- cities
loc:
places:
- "[[Japan]]"
location:
- "35.021041"
@@ -23,7 +23,7 @@ table without id
end as End
where
contains(category, [[Trips]]) and
contains(loc, this.file.link)
contains(places, this.file.link)
sort file.name desc
```
@@ -49,6 +49,6 @@ table without id
type as Type
where
contains(category, [[Places]]) and
contains(loc, this.file.link)
contains(places, this.file.link)
sort rating desc
```