The database schema generated through the migrations do not support FTS. The indexes must be created manually: ```sql ALTER TABLE judge_problem ADD FULLTEXT(code, name, description); ```