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 basic search engine #22

Merged
merged 5 commits into from
Feb 2, 2022
Merged

Add basic search engine #22

merged 5 commits into from
Feb 2, 2022

Conversation

AustinWise
Copy link
Owner

@AustinWise AustinWise commented Jan 31, 2022

This indexes everything into memory on startup. Subsequent edits do not update the index.

Before merging this I would like to:

  • Make the highlited search terms more visible in the search results
  • Add pagination
  • Make the search box contain the query on the search results page

Fixes #23

@netlify
Copy link

netlify bot commented Jan 31, 2022

✔️ Deploy Preview for smeagol canceled.

🔨 Explore the source changes: 633fafd

🔍 Inspect the deploy log: https://app.netlify.com/sites/smeagol/deploys/61fa3ca58ab1eb0007e10889

@AustinWise AustinWise merged commit 1272d09 into master Feb 2, 2022
@AustinWise AustinWise deleted the austin/TantivySearch branch February 2, 2022 08:26
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.

Index files on startup and allow searching
1 participant