Skip to content

Conversation

@ZnPdCo
Copy link
Contributor

@ZnPdCo ZnPdCo commented Jan 1, 2025

非常抱歉,好像不小心 push 漏了东西,当时成功的代码有一些失败了,而且之前的代码找不到了。我需要重新实现漏掉的部分。

  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

更新:全部修好了,能用是能用,需要拿 cursor 优化一下。

@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
@c-forrest
Copy link

@Ir1d PTAL, thx!

@ZnPdCo ZnPdCo changed the title 添加多个analyzer feat: 添加多个analyzer解决搜索问题 Jul 20, 2025
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.

2 participants