mirror of
https://github.com/codexu/note-gen.git
synced 2026-04-25 12:55:57 +03:00
[GH-ISSUE #335] [bug] 无法搜索文章中的中文内容,只能搜索数字 #242
Labels
No labels
bug
duplicate
feature
platform: Android
platform: Linux
platform: Windows
platform: iOS
platform: macOS
priority: high
priority: low
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/note-gen#242
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kaixinyiri on GitHub (Jul 3, 2025).
Original GitHub issue: https://github.com/codexu/note-gen/issues/335
Originally assigned to: @codexu on GitHub.
详细描述这个 Bug
无法搜索中文内容,写好文章后无法搜索文章的内容
NoteGen 版本
v0.19.2
操作系统
Windows
报错日志
No response
@kaixinyiri commented on GitHub (Jul 3, 2025):
并且搜索内容,只能搜索记录中的内容,文章中的内容有时候无法搜索到,搜索到的内容好像也不全,我搜索:CD,只能搜索到记录中的内容,搜索的也不全,中文内容完全搜索不到
@codexu commented on GitHub (Jul 4, 2025):
由于搜索是在前端实现的,实现的并不好,现已使用 rust 重构此功能,并且会解决此问题。
@codexu commented on GitHub (Jul 9, 2025):
模糊搜索功能已使用 rust 重构,提高了搜索准确率和搜索效率。