lbryio / lbryio/lbry.tech

Upgrade to support claim search

Open
#287 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
53
Forks
67
PR merge metrics
No merged PRs in 30d

Description

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}

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 current endpoint used by the site and compare it with the supplied claim_search JSON-RPC request. Confirm the intended replacement and identify the affected JavaScript entry point; done means claim search supports the request and its listed query parameters.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api, documentation
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.