lbryio / lbry-sdk

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

update search method to use external search provider (aka lighthouse) #2118

Closed lyoshenka closed 3 years ago

lyoshenka commented 5 years ago

the blockchain.claimtrie.search method in the wallet is pretty basic. there are many robust search solutions such as Elasticsearch that are way better. the wallet server should offload search functionality to these solutions when possible.

tzarebczan commented 5 years ago

More info in : https://github.com/lbryio/lbry-sdk/issues/2023

lyoshenka commented 3 years ago

search is hubs uses Elastic now