Search Bugfix
Noticed an entity encoding problem (a recurring theme) in search results. The exact same bug was already fixed in post snippets in the post list page and in description field in RSS for posts.
Lets get on it Claude:
the snippet of content for posts in search results has the same encoded html entity problem seen elsewhere.
2 minutes of grinding and it added the proper htmlUnescape filter in
the template generates the index file for the client side search.
Watching Claude do their thing, I can see it tried to figure out I meant by
seen elsewhere by looking in git history for encod. Neat.