pass related_to flag to search for recommended content #256

Merged
neb-b merged 5 commits from related_to into master 2020-01-02 16:29:45 +01:00
neb-b commented 2019-12-18 23:21:10 +01:00 (Migrated from github.com)

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.

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.
neb-b commented 2019-12-18 23:29:56 +01:00 (Migrated from github.com)

@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

@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
neb-b commented 2019-12-23 16:10:12 +01:00 (Migrated from github.com)

also snuck in a couple other fixes for the desktop app release

also snuck in a couple other fixes for the desktop app release
akinwale (Migrated from github.com) approved these changes 2019-12-30 19:00:36 +01:00
akinwale (Migrated from github.com) left a comment

Looks good. I also had to add another parameter to doSearch: https://github.com/lbryio/lbry-redux/pull/257.

Looks good. I also had to add another parameter to `doSearch`: https://github.com/lbryio/lbry-redux/pull/257.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbry-redux#256
No description provided.