pass related_to flag to search for recommended content #256
No reviewers
Labels
No labels
area: devops
area: discovery
area: docs
area: livestream
area: proposal
consider soon
dependencies
Epic
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
priority: blocker
priority: high
priority: low
priority: medium
resilience
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/lbry-redux#256
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "related_to"
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?
https://lbryians.slack.com/archives/C1R07H02X/p1576641588024400?thread_ts=1576637646.019900&cid=C1R07H02X
I think we should just get rid of the search caching, it makes everything so complex. I'd like to do some cleanup when I start working on it more app side, but this should do for now. Passing
related_to={claim_id}
is needed to improve related content a lot.@akinwale With this, wherever you call
doSearch
with the title from a file, you will have to pass{ related_to: {claim_id} }
for this to work.Desktop changes
https://github.com/lbryio/lbry-desktop/pull/3398/files
also snuck in a couple other fixes for the desktop app release
Looks good. I also had to add another parameter to
doSearch
: https://github.com/lbryio/lbry-redux/pull/257.