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.
2 parents f33ce36 + f3da195 commit a932e4fCopy full SHA for a932e4f
Documentation/Index.md
@@ -1471,7 +1471,7 @@ try db.run(emails.insert(
1471
body <- "Hey, I was just wondering...did you get my last email?"
1472
))
1473
1474
-let wonderfulEmails = emails.match("wonder*")
+let wonderfulEmails: QueryType = emails.match("wonder*")
1475
// SELECT * FROM "emails" WHERE "emails" MATCH 'wonder*'
1476
1477
let replies = emails.filter(subject.match("Re:*"))
0 commit comments