#Search

1 item tagged “Search

TILSearch2 min read

One Fuse.js index can search five different content types at once

TIL that a single flat Fuse.js index with weighted keys is enough to search blog posts, TIL entries, projects, case studies, and snippets together — no separate index or backend needed per collection.

#Fuse.js