-
Notifications
You must be signed in to change notification settings - Fork 898
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add back author search in video playlist searching #4919
Add back author search in video playlist searching #4919
Conversation
Reuses previous paradigm (the paradigm currently in place in History.js). This was the pre-existing behavior before the Playlist PR. See https://github.com/FreeTubeApp/FreeTube/blob/5c8d49bf51dde8ffd8c8d291dce3e5ff27b0d9fb/src/renderer/views/UserPlaylists/UserPlaylists.js#L98-L103.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of bailing out when either of them are missing it would be better to check them individually e.g. with this pseudo-code:
if has title and match in title
return true
if has author and match in author
return true
return false
…se values is invalid
2b5422b
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably going to suggest something controversial here.
I think i like to see a Filter on the main playlist page that enables Search by Author so i instantly know in what playlists the author is in in and if i click on that playlist that search shows me the same query as the one i just on the main playlist page. Just like how it works with the other filter
VirtualBoxVM_wBPwlbaZFQ.mp4
It sounds interesting, but I don't want to add it as a feature unless a user asks for it. I don't have a use case for that personally. |
Users should be able to search for author in user playlists view too when Places to change: search |
My bad, I misread the suggestion as adding a new filter toggle for video author search specifically. Added now. |
Well i actually did mean that but Pika suggestions is way better |
Add back author search in video playlist searching
Pull Request Type
Related issue
N/A (marked as bug in #4857)
Description
Reuses previous paradigm (the paradigm currently in place in History.js). This was the pre-existing behavior before the Playlist PR. See
FreeTube/src/renderer/views/UserPlaylists/UserPlaylists.js
Lines 98 to 103 in 5c8d49b
Testing
Desktop