Recreating Search with Eleventy v3 and Netlify
While upgrading to version 3 of Eleventy, I discovered that the official serverless plugin was no longer supported. That was how this site's search feature worked. To finish the upgrade, I needed to write my own serverless code and plugin to manage it. While the details of how the search feature can be found in the old post, this one walks through the code to use 11ty's programmatic API and build a serverless function for Netlify.