mirror of
https://github.com/stashapp/stash.git
synced 2026-04-19 05:23:30 +02:00
Fix alias join type
This commit is contained in:
parent
d9af1aaba5
commit
5fe32fe517
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ func (qb *tagFilterHandler) aliasCriterionHandler(alias *models.StringCriterionI
|
|||
joinTable: tagAliasesTable,
|
||||
stringColumn: tagAliasColumn,
|
||||
addJoinTable: func(f *filterBuilder, joinType joinType) {
|
||||
tagRepository.aliases.leftJoin(f, "", "tags.id")
|
||||
tagRepository.aliases.join(f, joinType, "", "tags.id")
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue