Hacker News new | ask | show | jobs
by rumgewieselt 457 days ago
I love the simplecity of https://pagefind.app/
4 comments

This is what I’m using with my Astro personal blog. It’s awesome.
Interesting, is that a more complete variation of fuse.js? (Just pluged-in fuse.js into my static jekyll blog)
Pagefind uses an index that is created ahead of time and stored as numerous files on a static site. It then downloads just the part of the index needed to complete the search. This means that you can search vastly more data than could be loaded onto a browser.
I think Pagefind is focused on the whole experience of searching pages, like with default UI widgets, easy page indexing, and handling larger sites. fuse.js seems to be a fuzzy-filter function on JS data, not handling the site integration.
Me too! I'm a huge fan. I use it for all my static sites.
This is just what I wanted, thank you for that!