Revert "Change loc to places for clarity"
This reverts commit bc8341eea9.
This commit is contained in:
@@ -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
|
||||
```
|
||||
Reference in New Issue
Block a user