diff options
Diffstat (limited to 'packages/workers/search.ts')
| -rw-r--r-- | packages/workers/search.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/workers/search.ts b/packages/workers/search.ts index a628b2ed..618e7c89 100644 --- a/packages/workers/search.ts +++ b/packages/workers/search.ts @@ -68,6 +68,7 @@ async function runIndex( url: bookmark.link.url, title: bookmark.link.title, description: bookmark.link.description, + content: bookmark.link.content, } : undefined), ...(bookmark.text ? { content: bookmark.text.text } : undefined), |
