Add recommended content to File Page #1743

Closed
opened 2018-07-09 18:09:13 +02:00 by neb-b · 1 comment
neb-b commented 2018-07-09 18:09:13 +02:00 (Migrated from github.com)

This is part two after #1249 is implemented

The Issue

Currently there is no way to discover content on the File Page

Expected Behaviour

There should be some list of files to view (semi) related to the file you are currently viewing.

Actual Behaviour

There is nothing on the File Page except the content you are viewing.

Suggested Solutions

Possibly perform a search based on the title? That would be a good step in the right direction. Not sure what the exact search query would be. It couldn't be the exact title, but probably some snippet of it.

This is part two after #1249 is implemented ## The Issue Currently there is no way to discover content on the File Page ### Expected Behaviour There should be some list of files to view (semi) related to the file you are currently viewing. ### Actual Behaviour There is nothing on the File Page except the content you are viewing. ### Suggested Solutions Possibly perform a search based on the title? That would be a good step in the right direction. Not sure what the exact search query would be. It couldn't be the exact title, but probably some snippet of it.
tiger5226 commented 2018-07-22 18:48:11 +02:00 (Migrated from github.com)

Sean, the way elastic search will work if you send in the title is it breaks down each word in the title and returns the results based on the scoring of those words in other claims. I think that is a great solution actually. I would just make sure you ignore the highest ranking result which would be itself.

Sean, the way elastic search will work if you send in the title is it breaks down each word in the title and returns the results based on the scoring of those words in other claims. I think that is a great solution actually. I would just make sure you ignore the highest ranking result which would be itself.
Sign in to join this conversation.
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-desktop#1743
No description provided.