Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: Add search #454

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

RFC: Add search #454

wants to merge 1 commit into from

Conversation

RealOrangeOne
Copy link
Member

Peek 2023-04-11 20-13

Add a site search for finding some things more easily. It's not perfect, but it's something.

Update: I realised,whilst writing this that this won't actually work, as we're still relying on GitHub Pages automatically deploying our site. If we move to manually deploying the site ourselves, it will then work. Until we have that, this is here for review.

Comment on lines 7 to 10
"dependencies": {
"cspell": "5.18.5"
"cspell": "5.18.5",
"pagefind": "^0.12.0"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're moving to actually building JS stuff here we should move cspell into devDependencies.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a missing call to npm build-search-index in this file?

@PeterJCLaw
Copy link
Member

Is this related to the experimentation that was previously being done with Algolia?

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.

2 participants