We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5626e commit b3a7e6cCopy full SHA for b3a7e6c
Documentation/Index.md
@@ -1441,7 +1441,7 @@ let subject = Expression<String>("subject")
1441
let body = Expression<String>("body")
1442
let config = FTS5Config()
1443
.column(subject)
1444
- .column(body, indexed: false)
+ .column(body, [.unindexed])
1445
1446
try db.run(emails.create(.FTS5(config))
1447
// CREATE VIRTUAL TABLE "emails" USING fts5("subject", "body" UNINDEXED)
0 commit comments