-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your suggestion related to a problem? Please describe.
Yes. The search function on the Prepare Exam page is currently case-sensitive, which makes it harder to find exams unless the exact casing is used. For example, searching testcourse ramon yields no results, but Testcourse Ramon does.
Describe the solution you'd like
Make the search input case-insensitive so that users can find exams regardless of capitalization.
Describe alternatives you've considered
- Informing users that the search is case-sensitive (not ideal UX).
- Converting all entries and inputs to lowercase internally before comparison.
Additional context
See the attached screenshot. Searching “Testcourse Ramon” works, but lowercase versions do not. This can confuse users or make the system appear broken.
Priority
High
Describe why you set the priority you set
This suggestion significantly improves usability and prevents user frustration. It's a small backend change with a big impact on user experience.

