2023-09-13 13:53:07

This commit is contained in:
Steph Ango
2023-09-13 13:53:07 -07:00
parent e9db93f3f9
commit 3150bc526d
20 changed files with 46 additions and 16 deletions

View File

@@ -4,7 +4,7 @@ tags:
---
```dataview
table ratingImdb as "Rating"
from #reference
from #references
where genre = this.file.link or contains(genre,this.file.link)
sort ratingImdb desc
```