diff options
Diffstat (limited to 'apps/workers/searchWorker.ts')
| -rw-r--r-- | apps/workers/searchWorker.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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), }, ]); |
