Japanese Full-Text Search on D1 with FTS5 Trigram
A D1 search route using LIKE for one or gramless two code points, bigram for valid pairs, trigram for longer terms, and path-specific fallbacks.
Read articlegrep -R ./posts
Search posts by keyword or tag. Examples: Next.js / Cloudflare / security
stdout: 1 hit(s)
A D1 search route using LIKE for one or gramless two code points, bigram for valid pairs, trigram for longer terms, and path-specific fallbacks.
Read article