search by text content functionality
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "Link" ADD COLUMN "textContent" TEXT;
|
||||
@@ -103,6 +103,8 @@ model Link {
|
||||
collectionId Int
|
||||
tags Tag[]
|
||||
|
||||
textContent String?
|
||||
|
||||
screenshotPath String?
|
||||
pdfPath String?
|
||||
readabilityPath String?
|
||||
|
||||
Reference in New Issue
Block a user