DMOJ/docs

Document setting up full text search

Ninjaclasher opened this issue · 0 comments

The database schema generated through the migrations do not support FTS. The indexes must be created manually:

ALTER TABLE judge_problem ADD FULLTEXT(code, name, description);