max-mapper / max-mapper/sqlite-search
ORDER BY relevance
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
For most full-text (or all-fields see #4) search situations we're looking for a relevance metric.
Possibly this should be a separate module as an sqlite extension, but once that's done how about offering the feature in sqlite-search?
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
Begin by reading issue #7 and the referenced issue #4 to understand the intended full-text and all-fields search scope. Investigate how sqlite-search currently performs searches; the work is complete only when a defined relevance metric and its delivery approach—separate SQLite extension or integrated feature—are agreed and implemented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, sqlite
- Domain
- databases, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100