lbryio / lbry.tech

Technical documentation website for the LBRY protocol
https://lbry.tech
MIT License
51 stars 69 forks source link

Upgrade to support claim search #287

Open tzarebczan opened 5 years ago

tzarebczan commented 5 years ago

Claim search can replace using the endpoint we do today.

Sample everyone query: {"jsonrpc":"2.0","method":"claim_search","params":{"page_size":20,"page":1,"no_totals":true,"any_tags":[],"channel_ids":[],"not_channel_ids":[],"not_tags":["porn","nsfw","mature","xxx"],"order_by":["trending_global","trending_mixed"]},"id":1565103688746}

tzarebczan commented 5 years ago

created separate issue for sdk upgrade