We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
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
使用 SQLite FTS snippet(),高亮片段效果更好。
snippet()
全局搜索不能这么干,因为 snippet() 仅支持 64 字符长度,全局搜索框比较长,用了的话右侧空白太多。
The text was updated successfully, but these errors were encountered:
🎨 块引搜索结果高亮片段改进 #5125
f14b718
改进全局搜索多个关键字命中时高亮片段 #5124
实测可以超过 64 tokens,但是界面宽度是自适应的,使用固定值还是有点效果不理想,不过也没有更好的办法了,使用 192 这个值折中吧。
192
Sorry, something went wrong.
在 #10707 中改为 512。
512
88250
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
使用 SQLite FTS
snippet()
,高亮片段效果更好。全局搜索不能这么干,因为
snippet()
仅支持 64 字符长度,全局搜索框比较长,用了的话右侧空白太多。The text was updated successfully, but these errors were encountered: