Extend fulltext to bind attribute, snippet, etc. #88

Open
opened 2020-08-06 16:54:43 +00:00 by gburd · 0 comments
gburd commented 2020-08-06 16:54:43 +00:00 (Migrated from github.com)

The standard Datomic fulltext function binds:

[[?ent ?val ?tx ?score]]]

We would also like to expose what we know from SQLite's match — either matchinfo values, the snippet, or both. And because we extend fulltext to allow sets or :any attribute, we should also return the attribute that matched.

The standard Datomic `fulltext` function binds: ``` [[?ent ?val ?tx ?score]]] ``` We would also like to expose what we know from SQLite's `match` — either matchinfo values, the snippet, or both. And because we extend `fulltext` to allow sets or `:any` attribute, we should also return the attribute that matched.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: greg/mentat#88
No description provided.