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

Improve search functionality with Fuse.js for better accuracy and UX #76

Merged
merged 5 commits into from
Jan 10, 2025

Conversation

Nicolhetti
Copy link
Contributor

This PR enhances the search functionality of the application by integrating Fuse.js for fuzzy searching. Key improvements include:

  • Case-insensitive searches, ensuring results are returned regardless of capitalization.
  • Tolerance for typographical errors, providing more accurate and user-friendly results.
  • Updated the paginated view to work seamlessly with the new search logic.
  • Retained backward compatibility, showing all entries when no search query is provided.

Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blog ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 10, 2025 8:26pm

Signed-off-by: nurRiyad <[email protected]>
Signed-off-by: nurRiyad <[email protected]>
Signed-off-by: nurRiyad <[email protected]>
@nurRiyad
Copy link
Owner

Thanks for the pull request. You have done awesome work. @Nicolhetti

@nurRiyad nurRiyad merged commit 8fc4675 into nurRiyad:main Jan 10, 2025
2 checks passed
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