Skip to content

Commit

Permalink
Merge pull request joomla#42027 from HLeithner/5.0/upmerge/231003
Browse files Browse the repository at this point in the history
[5.0] Upmerge
  • Loading branch information
HLeithner authored Oct 3, 2023
2 parents 753de6e + 37f9195 commit 5cdef83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,12 @@ protected function getListQuery()
$query->extendWhere(
'AND',
[
'LOWER(' . $db->quoteName('a.template') . ') LIKE :template',
'LOWER(' . $db->quoteName('a.template') . ') LIKE :templatesearch',
'LOWER(' . $db->quoteName('a.title') . ') LIKE :title',
],
'OR'
)
->bind(':template', $search)
->bind(':templatesearch', $search)
->bind(':title', $search);
}
}
Expand Down

0 comments on commit 5cdef83

Please sign in to comment.