lbryio / lbry-sdk

The LBRY SDK for building decentralized, censorship resistant, monetized, digital content apps.
https://lbry.com
MIT License
7.2k stars 483 forks source link

claim list with full text search #3705

Open jessopb opened 1 year ago

jessopb commented 1 year ago

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.