feat: replace Algolia search with Pagefind static search#10285
Open
feat: replace Algolia search with Pagefind static search#10285
Conversation
Contributor
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🔴 👀 Review RequirementsThis rule is failing.
🟢 🤖 Continuous IntegrationWonderful, this rule succeeded.
🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 ReviewsWonderful, this rule succeeded.
🟢 📕 PR descriptionWonderful, this rule succeeded.
|
sileht
previously approved these changes
Feb 20, 2026
2205357 to
6cfc140
Compare
6cfc140 to
a8d2d7c
Compare
a8d2d7c to
9feac4a
Compare
Contributor
|
@jd this pull request is now in conflict 😩 |
Migrate from Algolia (external service) to Pagefind (static, build-time search index). This eliminates the need for API keys and network round-trips for search. - Custom Pagefind indexer that creates per-heading-section records (h2, h3, h4) with weighted ranking (title=7, properties=5, body=1, changelog=0.5) - Indexes page meta descriptions and inline code property terms - Search UI rewritten to use Pagefind JS API with same modal UX - Title highlighting, dedup by page, no-results message, breadcrumbs with heading hierarchy - HTML preview pane fetches actual page content via DOMParser - Pagefind index preloaded on page idle and search button hover - HTML preview cache cleared on modal close Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Change-Id: I6e1e8ee66a6460a381bdfe830d47216d439beba0 Claude-Session-Id: 66e15b01-5b84-4168-8d52-c400af9c948c
9feac4a to
5f48cc5
Compare
remyduthu
approved these changes
Feb 20, 2026
Contributor
|
@jd this pull request is now in conflict 😩 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrate from Algolia (external service) to Pagefind (static, build-time
search index). This eliminates the need for API keys and network
round-trips for search.
h3, h4) with weighted ranking (title=7, properties=5, body=1,
changelog=0.5)
with heading hierarchy
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com