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

Improvement: Migrate Search Results from seperate page to home page #493

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

reglim
Copy link
Contributor

@reglim reglim commented Apr 12, 2023

I added a new SearchProvider that handles saving the current query, and provides a list of projects that contain that query. Fuzzy search is now handled by Fuse.js.

fixes: #472

search

I added a new SearchProvider that handles saving the current query, and
provides a list of projects that contain that query.
Fuzzy search is now handled by Fuse.js.

fixes: #472
@reglim reglim requested a review from randombenj April 12, 2023 07:15
@randombenj randombenj merged commit d552b89 into main Apr 14, 2023
@reglim reglim deleted the improvement/472-simplify-search branch August 31, 2023 10:44
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.

Simplify Search
2 participants