Skip to content

feat(default-theme): add built-in local search - #171

Open
LadyBluenotes wants to merge 3 commits into
kobaltedev:mainfrom
LadyBluenotes:local-search
Open

feat(default-theme): add built-in local search#171
LadyBluenotes wants to merge 3 commits into
kobaltedev:mainfrom
LadyBluenotes:local-search

Conversation

@LadyBluenotes

Copy link
Copy Markdown
Collaborator

Summary

  • add opt-in local full-text search with prefix and fuzzy matching
  • build the index from page titles, descriptions, headings, and Markdown content
  • scope results to the current locale, project, and version
  • lazy-load the search UI, engine, and index
  • preserve hosted Algolia DocSearch support
  • add keyboard navigation, responsive styling, and configurable labels
  • support page exclusion with search: false
  • document setup and configuration

Closes #129

@netlify

netlify Bot commented Aug 29, 2026

Copy link
Copy Markdown

Deploy Preview for solidbase ready!

Name Link
🔨 Latest commit 9a3582b
🔍 Latest deploy log https://app.netlify.com/projects/solidbase/deploys/6a931a30e6d495000858444a
😎 Deploy Preview https://deploy-preview-171--solidbase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 86 (🔴 down 10 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@pkg-pr-new

pkg-pr-new Bot commented Aug 29, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/kobaltedev/solidbase/@kobalte/solidbase@171

commit: 9a3582b

@socket-security

socket-security Bot commented Aug 29, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedpagefind@​1.5.2991008686100

View full report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: local search

1 participant