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

Add search functionality #189

Merged
merged 5 commits into from
Apr 18, 2023
Merged

Add search functionality #189

merged 5 commits into from
Apr 18, 2023

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    5163335 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581a30e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Add search input and results page

    This is based on Lunrjs.
    We assemble documents when generating the site, then Lunr builds
    an index on the client on page load and we search through that.
    jp7677 committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    16ba3da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b1740c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    4ccf3d8 View commit details
    Browse the repository at this point in the history