claim list with full text search
Open
Nobody has claimed this yet.
consider soon
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
Currently in order to search your claims in the app, we load all of them into app store because you can only search by exact name with claim_list
It would be better to have a full text search.
Sqlite has a fts implementation.
This would support more useful "Library" pages.
Contributor guide
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 locating the claim_list implementation and the code that loads all claims into the app store. Review how SQLite full-text search could fit that query path; done means claims can be searched by full text without loading the entire claim set, supporting more useful Library pages.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, sqlite
- Domain
- database, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100