Revert "Change loc to places for clarity"

This reverts commit bc8341eea9.
This commit is contained in:
Steph Ango
2024-01-06 15:01:06 -08:00
parent bc8341eea9
commit 3660107357
17 changed files with 21 additions and 21 deletions

View File

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