Working on finding a flat-file calendaring agent, I came-across LuxFind
LuxFind is very good at quickly and recursively finding matches, though it dumps full URLs and line-matches (great for debugging purposes, but neither of which I ultimately wanted in-production).
"Search" in HTMLy only queries the file basename (tags & slug), and not the content. Totally-Fantastic! But, this doesn't really allow me to drill-down to a particular context.
Since I had (already) been working on trying to incorporate the idea of searching for content inside HTMLy blog posts, this piqued my interest....
So, I thought: can I adapt/modify the ideas in LuxFind to work with HTMLy in searching the contents of all the blog posts?