in modules/nuxt_lunr_content_bridge.js [12:14]
export function cleanText(string) { return [...string.matchAll(/[a-z]{2,}/gi)].join(' '); }