Skip to content

Commit b3a7e6c

Browse files
committed
Update documentation
1 parent fa5626e commit b3a7e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,7 @@ let subject = Expression<String>("subject")
14411441
let body = Expression<String>("body")
14421442
let config = FTS5Config()
14431443
.column(subject)
1444-
.column(body, indexed: false)
1444+
.column(body, [.unindexed])
14451445

14461446
try db.run(emails.create(.FTS5(config))
14471447
// CREATE VIRTUAL TABLE "emails" USING fts5("subject", "body" UNINDEXED)

0 commit comments

Comments
 (0)