Algolia search migration replaces Orama (
3101df8)
JSR’s search stack was moved over to Algolia across the frontend, backend config, Terraform, and GitHub Actions. This is a broad infrastructure change that also rewires reindexing jobs and deployment secrets, so it materially affects how package and symbol search is generated and operated.
Scope filters and ranking were corrected after the migration (
2ff90f7)
Search now strips a leading @ from scope: queries, so scope:@std and scope:std behave the same. The Algolia index also ranks scope ahead of name, restoring the old behavior where std should prefer @std/* packages over merely similarly named results.
Other misc changes
- Reindexed search workflow names/inputs updated for Algolia.
- CI and deployment environment variables swapped from Orama-specific settings to Algolia settings.
- Search-related refactors and lockfile/docs updates from the migration.