Add Client-side Searching via Fuse.js to Static Sites | /en/2023/09/fuse-search/
Add Client-side Searching via Fuse.js to Static Sites
Normally web searching is performed on the server side. That is, when you send a query with some keywords, the server will search its database that contains all data of a website. Searching can also …
