Search
Overview
Section titled “Overview”my-buddy integrates Pagefind for full-text search across all collections. The search index is built at build time and runs entirely client-side — no external search service required.
Press / from anywhere in the dashboard to open the search modal. Type to search across all collections.
How It Works
Section titled “How It Works”- During
bun build, Pagefind indexes all rendered HTML pages - The search UI loads the Pagefind client library
- Searches run entirely in the browser against the static index
- Results link directly to the matching entry’s detail page
What’s Indexed
Section titled “What’s Indexed”- Entry titles (from frontmatter)
- Full markdown body content
- Frontmatter field values
Build Integration
Section titled “Build Integration”Search indexing is part of the standard build command:
bun build # Builds wiki-link index + Astro + PagefindNo additional configuration is needed — Pagefind automatically indexes the built HTML output.