Skip to content

Commit

Permalink
Add group by when doing advnaced search
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 26, 2023
1 parent 82aeac0 commit 51500d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/ajax/events.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ function queryRequest($filter, $search, $advsearch, $sort, $offset, $order, $lim
ON T.Id = ET.TagId
WHERE
'.$search_filter->sql().'
GROUP BY E.Id
ORDER BY
' .$sort. '
' .$order;
Expand Down

0 comments on commit 51500d4

Please sign in to comment.