Skip to content
New issue

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

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

Already on GitHub? # to your account

Enable full text search #4

Closed
leduythuccs opened this issue Jan 9, 2021 · 1 comment
Closed

Enable full text search #4

leduythuccs opened this issue Jan 9, 2021 · 1 comment

Comments

@leduythuccs
Copy link
Contributor

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

@leduythuccs
Copy link
Contributor Author

Solution for VNOJ: set Enable_FTS to False.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant