6 评论 (6 评论)0 反应 (0 反应)0 负责人 (0 负责人)TypeScript8,856 star (8,856 star)1,541 fork (1,541 fork)batch import
help wanted
描述
Describe the bug
搜索不到内容
Reproduction
中文内容
Expected behavior

System Info
no
Additional context
No response
Validations
- 议题类型
- feature
- 研究方向
- Investigate the current minisearch tokenizer configuration in VitePress (likely in src/node/search.ts or similar). The issue is about improving the default tokenizer to handle Chinese text. Research possible integrations with Chinese segmentation libraries like 'jieba' or 'nodejieba'. Consider making the tokenizer configurable or adding a custom default that uses a simple unigram or bigram approach for CJK characters. Look at existing discussions in the issue comments for specific suggestions.