bartdegoede | 1 month ago | on: Modernizing my "150-line" Python search engine
bartdegoede's comments
bartdegoede | 5 months ago | on: The Loyal Wingman
bartdegoede | 5 years ago | on: Building a full-text search engine in 150 lines of Python code
bartdegoede | 5 years ago | on: Building a full-text search engine in 150 lines of Python code
bartdegoede | 5 years ago | on: Building a full-text search engine in 150 lines of Python code
bartdegoede | 8 years ago | on: Free SSL on Github Pages with a custom domain: Part 2 – Let's Encrypt
bartdegoede | 8 years ago | on: Searching your Hugo site with Lunr.js
Lunr has an analysis pipeline that will generate a bunch of tokens for queries to match on, and you can do pretty much anything there.
It won't scale to thousands of pages, but I don't have thousands of them anyway :-)