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

Implement dumb full text search for CJK #1772

Merged
merged 1 commit into from
Sep 25, 2021
Merged

Implement dumb full text search for CJK #1772

merged 1 commit into from
Sep 25, 2021

Conversation

quantum5
Copy link
Member

This works around MariaDB's inability to tokenize CJK text, which would
force the user to search whole sentences.

This works around MariaDB's inability to tokenize CJK text, which would
force the user to search whole sentences.
@quantum5 quantum5 changed the title Implement dumb full search for CJK Implement dumb full text search for CJK Sep 25, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 25, 2021

Codecov Report

Attention: Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.

Project coverage is 46.19%. Comparing base (df3029c) to head (d8e8240).
Report is 472 commits behind head on master.

Files with missing lines Patch % Lines
judge/views/problem.py 33.33% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1772      +/-   ##
==========================================
- Coverage   46.19%   46.19%   -0.01%     
==========================================
  Files         223      223              
  Lines       12676    12684       +8     
==========================================
+ Hits         5856     5859       +3     
- Misses       6820     6825       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@kiritofeng kiritofeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@quantum5 quantum5 merged commit a6f6c82 into master Sep 25, 2021
@quantum5 quantum5 deleted the cjk-full-text branch September 25, 2021 21:48
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants