@decorate(QuestionManager.search, needs_origin=False)
def question_search(self, keywords):
- return False, self.filter(models.Q(ftsindex__body__search=keywords))
\ No newline at end of file
+ return False, self.filter(models.Q(ftsindex__body__search=keywords.upper()))
\ No newline at end of file