Search: Fixed search issue introduced in recent PR (#16652)
This commit is contained in:
@@ -149,7 +149,7 @@ func (sb *SearchBuilder) buildTagQuery() {
|
||||
sb.buildSearchWhereClause()
|
||||
|
||||
// this ends the inner select (tag filtered part)
|
||||
sb.sql.WriteString(`GROUP BY dashboard.id HAVING COUNT(dashboard.id) >= ? `)
|
||||
sb.sql.WriteString(` GROUP BY dashboard.id HAVING COUNT(dashboard.id) >= ? `)
|
||||
sb.params = append(sb.params, len(sb.tags))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user