sqlite(1/0)
Create a search engine with sqlite
When I was searching for a search engine I might integrate into my website, most options felt enormously heavy. I didn’t want to run a database-and-service sidecar to my site just so that I could find things. Eventually, I discovered Lunr from Victoria Drake and had search on my website in an afternoon! If all I needed was to search the ~500 posts on my website, Lunr would still be a perfect fit.…