Skip to content

Fix search_fields in education app

Sébastiaan Versteeg requested to merge fix/education-search into master

Closes #359 (closed)

It's not possible to search within course and uploader because these fields are not strings.

Before:

  1. Search in the exam or summary model
  2. Get an icontains error

After:

  1. Search in the exam or summary model
  2. No errors, appropriate results

Merge request reports