Skip to content

✨ feat: add full-text search#16

Open
harehare wants to merge 4 commits into
mainfrom
feat/fts-search
Open

✨ feat: add full-text search#16
harehare wants to merge 4 commits into
mainfrom
feat/fts-search

Conversation

@harehare

Copy link
Copy Markdown
Owner

No description provided.

harehare added 4 commits July 16, 2026 21:35
- New TermIndex (inverted postings on tokenized content) backs match()/
  score() SQL functions, with WHERE match(content, ...) index-accelerated
  via a new TermMatch index hint
- Bump file format to version 5 for the persisted TermIndex section;
  stores written by v4 or earlier are rejected and must be reindexed
Also apply cargo fmt across sql.rs, indexes.rs, and storage.rs.
Also drop the separator-style section comments in sql.rs's builtin
function dispatch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant