Skip to content

Enable full text search #4

@leduythuccs

Description

@leduythuccs

If you search with the full-text search option, an error will occur because the default database not support full text search. You have to do it by hand:

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

Or you can set Enable_FTS to False in the local_settings
Source: DMOJ/docs#100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions