crux-bphc / CMS-Android

A custom Moodle app for the students of BITS Pilani, Hyderabad Campus.
MIT License
28 stars 39 forks source link

Fix: Searching for courses yields no results #302

Closed abhijeetviswa closed 3 years ago

abhijeetviswa commented 3 years ago

fullname property in the API response was not being handled properly. Considering the entirety of MyCoursesFragment uses shortname, including in the actual course name, we should search shortname instead of fullname.