From e99dee0b4f7220568c8ffa2755147bc45d35b32b Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sat, 30 Mar 2024 04:45:42 +0000 Subject: feature(web): Add support for attaching notes to bookmarks --- apps/workers/searchWorker.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/workers/searchWorker.ts') diff --git a/apps/workers/searchWorker.ts b/apps/workers/searchWorker.ts index b24777d7..f983245d 100644 --- a/apps/workers/searchWorker.ts +++ b/apps/workers/searchWorker.ts @@ -73,6 +73,7 @@ async function runIndex( } : undefined), ...(bookmark.text ? { content: bookmark.text.text } : undefined), + note: bookmark.note, tags: bookmark.tagsOnBookmarks.map((t) => t.tag.name), }, ]); -- cgit v1.2.3-70-g09d2