max-mapper / max-mapper/sqlite-search
upgrade to FTS5
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
sqlite3 uses a newer sqlite https://github.com/mapbox/node-sqlite3/commit/203d79bca3b52d7822859e726b890e3426a10e17 so we should look into upgrading FTS3 to FTS5 http://charlesleifer.com/blog/building-the-sqlite-fts5-search-extension/
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked node-sqlite3 commit and the referenced FTS5 article to understand the SQLite version and migration implications. Done means the project uses FTS5 instead of FTS3, with the relevant behavior preserved; the issue does not name files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sqlite
- Domain
- databases, search
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100