This website requires JavaScript.
Explore
Help
Sign In
alexohneander
/
gosearch
Watch
1
Star
0
Fork
0
You've already forked gosearch
Code
Issues
3
Pull Requests
2
Actions
Packages
Projects
1
Releases
2
Wiki
Activity
216
Commits
3
Branches
2
Tags
4fd17ecd70d6a8e99e447e8d0c10fb13b37eadfa
Commit Graph
8 Commits
Author
SHA1
Message
Date
Alex Wellnitz
64efaf5514
fix: add default log level
Some checks failed
Release / Generate changelog (push)
Failing after -16s
Details
2025-03-26 09:32:00 +01:00
Alex Wellnitz
72128f97a3
refactor: search logic to improve performance and reduce false positives by making query case-insensitive for simple queries and using trimmed whitespace in phrases
2025-03-26 00:28:23 +01:00
Alex Wellnitz
9b786a866a
refactor: search controller to convert query to lowercase
2025-03-25 21:18:07 +01:00
Alex Wellnitz
ed201de318
feat: Update Fiber version to v2 and update internal controller and search logic to use new index module
2025-03-25 21:09:01 +01:00
Alex Wellnitz
8746f789c4
feat: Added search functionality with TF-IDF scoring and inverted index data structure for efficient document retrieval.
2025-03-25 17:04:40 +01:00
Alex Wellnitz
a2b1abf52c
feat: update fiber version from 2 to 3 and add health checks
2025-03-25 11:47:47 +01:00
Alex Wellnitz
d7a6391a08
feat: Added new search route and metric endpoint to internal controller
2025-03-25 09:58:49 +01:00
Alex Wellnitz
272f5cabcf
feat: Update internal HTTP server to use Fiber v2 with new routes and middleware configuration
2025-03-25 09:51:54 +01:00