←% cd ..
% grep -r "pagefind" /posts/
Pagefind
Pagefind Japanese Search Deep Dive: Tokenizers and IME Fixes
Why searching "サイバー" (cyber) in Pagefind returns "サイドバー" (sidebar) -- digging into the tokenizer mismatch between the index side (lindera/IPAdic) and query side (Intl.Segmenter), plus fixing IME input issues.
Adding Search to My Blog with Pagefind
How I added free search to a static blog with Pagefind, Next.js, and Vercel -- covering why I picked it, Japanese language support, and the setup.