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.