Skip to content

Commit

Permalink
Merge pull request #1981 from krAbhijith/dev
Browse files Browse the repository at this point in the history
Search in College Levels - 500 Bug fix
  • Loading branch information
jelanmathewjames authored May 30, 2024
2 parents bd39edd + 4b27071 commit 0bb91c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dashboard/college/college_view.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def get(self, request, college_code=None):
paginated_queryset = CommonUtils.get_paginated_queryset(
colleges,
request,
search_fields=["org", ],
search_fields=["org__title", ],
sort_fields={'org': 'org'},
)
serializer = CollegeListSerializer(
Expand Down

0 comments on commit 0bb91c8

Please sign in to comment.