Skip to content

Document setting up full text search #100

Description

@Ninjaclasher

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);

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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