UNFINISHED: fts extracted types.
This commit is contained in:
parent
e935709de0
commit
65c74e852e
1 changed files with 3 additions and 1 deletions
|
@ -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().
|
||||||
|
|
Loading…
Reference in a new issue