UNFINISHED: fts extracted types.

This commit is contained in:
Richard Newman 2016-08-18 14:51:02 -07:00
parent e935709de0
commit 65c74e852e

View file

@ -107,6 +107,8 @@
from [[fulltext-table fulltext-alias] from [[fulltext-table fulltext-alias]
[datom-table datom-alias]] [datom-table datom-alias]]
extracted-types {} ; TODO
wheres [[:match match-column match-value] ; The FTS match. wheres [[:match match-column match-value] ; The FTS match.
;; The fulltext rowid-to-datom correspondence. ;; The fulltext rowid-to-datom correspondence.
@ -134,7 +136,7 @@
;; if this is a variable rather than a placeholder. ;; if this is a variable rather than a placeholder.
[score [0]]]))] [score [0]]]))]
(cc/augment-cc cc from bindings wheres))) (cc/augment-cc cc from bindings extracted-types wheres)))
(def sql-functions (def sql-functions
;; Future: versions of this that uses snippet() or matchinfo(). ;; Future: versions of this that uses snippet() or matchinfo().