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

添加多个analyzer #3

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

Conversation

ZnPdCo
Copy link
Contributor

@ZnPdCo ZnPdCo commented Jan 1, 2025

  1. [BUG] 搜索功能不能匹配标题 OI-wiki#5803 (comment) 类欧几里 work 了:
    image
  2. [BUG] 无法搜索出A* OI-wiki#4762 通过添加特殊字符转义,a* work 了:
    image
  3. 搜索“折半搜索”,列表第七个才是二分 OI-wiki#3098 折半搜索 work 了,
    image
  4. BM 算法没有 work,我认为应该在 BM 的正文内添加 Berlekamp–Massey 算法(简称 BM 算法),这样就可以方便地搜索到
  5. [BUG] 对内容的搜索问题 OI-wiki#4494 对加粗部分增加权重后的效果,work了(关于环论,因为这是最近添加的内容,我本地没有更新,所以是搜索不到的):
    image
  6. [BUG] 搜索功能不支持英文单词的部分搜索 OI-wiki#5928 manache work 了:
    image
    image

@ZnPdCo ZnPdCo marked this pull request as draft January 1, 2025 03:15
@ZnPdCo ZnPdCo marked this pull request as ready for review January 1, 2025 03:55
@ZnPdCo ZnPdCo force-pushed the add-standard-search branch from 939bdb5 to 6067bc5 Compare February 17, 2025 14:26
@ZnPdCo ZnPdCo force-pushed the add-standard-search branch from a98fee6 to d92821a Compare February 17, 2025 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant