6 commenti (6 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)TypeScript8856 star (8856 star)1541 fork (1541 fork)batch import
help wanted
Descrizione
Describe the bug
搜索不到内容
Reproduction
中文内容
Expected behavior

System Info
no
Additional context
No response
Validations
- Tipo issue
- feature
- Direzione di ricerca
- 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.