Rolling My Own Blog Search (opens in new tab)
I’ve found myself hitting ctrl+f on this blog enough that I figured it’s about time to add some search functionality to it. While there are certainly prefab solutions out there, this task is simple enough and fairly instructive. I had a few requirements, though: The search needs to be fast, useful, and aesthetically pleasing. Search in the browser. Standing up a server is a lot of extra work. It’s also overkill since I only have about 30 articles so far. Semantic search I did some experiments...
Read the original article