Support relative result return from claim search
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
We could use some way to return bottom half, or top 10-20% of items from a result of claim search. This could allow us to do something like a "up and coming category" - where instead of showing the top results from claim search, we'd show the ones 10% down and lower. This would allow discovery of new content that hasn't quite made it into the top of trending to give it more attention. We could also do this by first calling claim search and then figuring out what params to pass, but it would be easier with just a 1 shot call.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the claim search API and documenting how its current result parameters and ordering work. Define the expected meaning of relative ranges such as the bottom half or top 10–20% down, then verify that a single claim-search call returns the requested slice for discovery use cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, search
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100