Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(migrations): automatically add FULLTEXT index to Problem model when running MYSQL-like db #2353

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. feat(judge): add FULLTEXT index and tests for Problem model

    Adds a FULLTEXT index to the `Problem` model as needed by the builtin search. Includes migration and tests (skipped for non-MySQL databases).
    
    see DMOJ/docs#100
    JasonLovesDoggo committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5cb9223 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd274c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2afda12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17fecb0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b8a37e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51ba949 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cecbd0 View commit details
    Browse the repository at this point in the history