You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# {:ok, statement} = Exqlite.Sqlite3.prepare(db, "select highlight(files, 1, '<b>', '</b>') body from files where files match ? order by rank")
195
-
{:ok,statement}=Exqlite.Sqlite3.prepare(db,"select snippet(files, 1, '', '', '…', 64) body from files where files match ? order by rank")
197
+
{:ok,statement}=
198
+
Exqlite.Sqlite3.prepare(
199
+
db,
200
+
"select snippet(files, 1, '', '', '…', 64) body from files where files match ? order by rank"
201
+
)
202
+
196
203
# Not sure why we have to wrap in quotes: https://stackoverflow.com/questions/21596069/sqlite-full-text-search-queries-with-hyphens#comment109416178_21599291
0 commit comments