Skip to content

Commit

Permalink
feat: allow searching club announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
UsernameDP committed Oct 3, 2024
1 parent 63c5ff9 commit 7d4551e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion intranet/apps/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ class RawPaginationData(TypedDict, Generic[T]):


def filter_announcements_by_search(request, items):
print(items)
if "search" not in request.GET:
return items
searchParam = request.GET["search"]
Expand Down

0 comments on commit 7d4551e

Please sign in to comment.