Fix search_fields in education app
Closes #359 (closed)
It's not possible to search within course
and uploader
because these fields are not strings.
Before:
- Search in the exam or summary model
- Get an icontains error
After:
- Search in the exam or summary model
- No errors, appropriate results