alex-shpak / hugo-book

Hugo documentation theme as simple as plain book
https://hugo-book-demo.netlify.app
MIT License
3.21k stars 1.16k forks source link

Replace flexsearch with fusejs #600

Closed wenbingzhang closed 2 months ago

alex-shpak commented 4 months ago

Hi! Thanks for the PR, what benefit does fuse.js have over flexsearch?

wenbingzhang commented 4 months ago

Hi! Thanks for the PR, what benefit does fuse.js have over flexsearch?

It offers simultaneous searches in multiple languages.

rebron1900 commented 4 months ago

Hi! Thanks for the PR, what benefit does fuse.js have over flexsearch?

It offers simultaneous searches in multiple languages.

谢谢,我说怎么用flexsearch搜不起中文,换fuse.js后好了,而且感觉数据初始化速度要比flexsearch快很多

alex-shpak commented 2 months ago

I was not able to find good performance comparison between flexsearch and fusejs, but it seems to be solving multi-lang problem