aboutsummaryrefslogtreecommitdiffstats
path: root/apps/workers/searchWorker.ts
diff options
context:
space:
mode:
authorerik-nilcoast <138068205+erik-nilcoast@users.noreply.github.com>2025-03-22 17:38:50 -0500
committerGitHub <noreply@github.com>2025-03-22 22:38:50 +0000
commitb3417d87a0565b3536029e3b1e347611b5c6679b (patch)
treef68d2faba080c41bb6c14d9e44ef68f6735f832e /apps/workers/searchWorker.ts
parent13ba417f55ffd77bb5f4d4f4b53f349bd6d2dc4d (diff)
downloadkarakeep-b3417d87a0565b3536029e3b1e347611b5c6679b.tar.zst
feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)
Diffstat (limited to 'apps/workers/searchWorker.ts')
-rw-r--r--apps/workers/searchWorker.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/workers/searchWorker.ts b/apps/workers/searchWorker.ts
index 1fbdbe73..7ad8b430 100644
--- a/apps/workers/searchWorker.ts
+++ b/apps/workers/searchWorker.ts
@@ -85,6 +85,10 @@ async function runIndex(
linkTitle: bookmark.link.title,
description: bookmark.link.description,
content: bookmark.link.content,
+ publisher: bookmark.link.publisher,
+ author: bookmark.link.author,
+ datePublished: bookmark.link.datePublished,
+ dateModified: bookmark.link.dateModified,
}
: undefined),
...(bookmark.asset