Return all claims for a search term and not only from winning claim. #36
Labels
No labels
area: app c
area: app d
area: devops
area: discovery
area: docs
area: proposal
area: X-device Sync
Chainquery
consider soon
dependencies
Epic
Fix till next release
good first issue
hacktoberfest
help wanted
icebox
Invalid
level: 1
level: 2
level: 3
level: 4
needs: exploration
needs: grooming
needs: priority
needs: repro
needs: tech design
on hold
Parked
priority: blocker
priority: high
priority: low
priority: medium
Tom's Wishlist
type: bug
type: discussion
type: improvement
type: new feature
type: refactor
type: task
type: testing
unplanned
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: LBRYCommunity/lighthouse.js#36
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If I search for
one
it should show all the claims not only the winning claim. That's how content which is not winning could be discovered. I remember bringing it up earlier, but I forgot what was the verdict on it.Additional input from @tzarebczan and @kauffj..?
Might be related to #32.
This is correct. All standing and valid claims should be searched. Being
the winning claim can be a weight.
On Oct 12, 2017 11:17 AM, "hackrush" notifications@github.com wrote:
I think we pull everything from the claimtrie(just resolvable and standing claims) as of now, as doing it the other way contained a lot of problems (remember the old internal meeting where jack talked about some problems just updating on newblock), this needs some thinking.
Talked with jack and tom on slack and we should be able to get the claimtrie and then use getclaimsforname for all claims in claimtrie, this would give us all claims resolvable. We would still need to build channel states on top of that info.
I will take a look at this tomorrow.
This will be fixed in the upcoming release of the big update to lighthouse which will index the whole chain and resolve this error.
This is already corrected with the search updates to lighthouse. It will now show results for all claims not just controlling claims. In a future update with ChainQuery we will be able to also search expired claims too.