lbryio / lbryio/lbry-sdk

claim list with full text search

Open
#3,705 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.