top | item 46607028

(no title)

gingersnap | 1 month ago

Talking about search on a static docs site, has anyone tried a static pre-generated search like https://lunrjs.com/ ?

discuss

order

jorams|1 month ago

Basically every Elixir package's docs include search based on Lunr, as it's included by default by ExDoc[1]. It's quite good.

[1]: https://hexdocs.pm/ex_doc/

captn3m0|1 month ago

We use at endoflife.date, and are fairly happy. We had to add a workaround to get some search terms working (because of how it does stemming, searching for BSD wouldn't show openbsd earlier): https://github.com/endoflife-date/endoflife.date/issues/4924), but it is still not 100% perfect: searching for fusion still doesn't get you coldfusion.

nicbou|1 month ago

I use Lunr on allaboutberlin.com. It's simple and effective, but searching the whole content would have required loading more files than I was comfortable with. Therefore it only searches titles and descriptions.

There are probably workarounds, but it's the only limitation I can think of. Otherwise Lunr just works.

butz|1 month ago

I think https://develop.kde.org/docs/ is using lunrjs for search, but downloading and parsing almost 2MB file of search data creates some hiccups on website during load.