grapesmoker / qems2

A new implementation of the QEMS submission system for quizbowl questions.
GNU General Public License v2.0
9 stars 4 forks source link

Search for partial terms does not work #245

Closed mbentley00 closed 9 years ago

mbentley00 commented 9 years ago

This is because we're using Charfields rather than Ngramfields. I have a fix to enable this for answers to questions. Ideally we can also enable this for question text, but I need to investigate the performance of doing this.