forked from DebaucheryLibrarian/traxxx
Reworked tag matching. Added tag filter groundwork.
This commit is contained in:
@@ -9,7 +9,7 @@ async function curateRelease(release) {
|
||||
.where({ release_id: release.id })
|
||||
.leftJoin('actors', 'actors.id', 'actors_associated.actor_id'),
|
||||
knex('tags_associated')
|
||||
.select('tags.tag', 'tags.slug')
|
||||
.select('tags.name', 'tags.slug')
|
||||
.where({ release_id: release.id })
|
||||
.leftJoin('tags', 'tags.id', 'tags_associated.tag_id'),
|
||||
knex('media')
|
||||
|
||||
Reference in New Issue
Block a user