aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/searchWorker.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-11-09fix: Only update bookmark tagging/crawling status when worker is out of retriesMohamed Bassem1-3/+3
2024-10-27deps: Extract the queue implementation into its own reposMohamed Bassem1-1/+1
2024-10-27fix: Index the summary in searchMohamed Bassem1-0/+1
2024-09-26fix(workers): Log stacktrace on worker error. #424 (#429)kamtschatka1-1/+3
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem1-19/+20
2024-04-23fix(workers): Increase robustness of search worker and add extra logging. Fix...MohamedBassem1-24/+45
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-1/+2
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-1/+1
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-0/+7
2024-03-30format: Add missing lint and format, and format the entire repoMohamedBassem1-1/+1
2024-03-30fix: Sort search results by relevanceMohamedBassem1-0/+1
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem1-0/+1
2024-03-27feature: Add support for local models using ollamaMohamedBassem1-10/+11
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-02feature: Store full link content and index themMohamedBassem1-0/+1
2024-03-01feature: Add full text search supportMohamedBassem1-0/+115