-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Filter by text and date on channel page. #255
Comments
You can use the search bar to do that, as in #126, although I've been having issues with it. For example: when I type For dates, there's only the options: |
Thankyou, I'd missed that. It is quite an unfriendly way of filtering but this much has been said in #126 so I'll just leave it at that. Like you I've also noticed that I'll leave this issue open for now. Once @omarroth has become aware of the issue with the |
Should be fixed with 4480e9c. Also see #179, I agree that search as it is now is user-hostile. I expect to add a form similar to what YouTube has (and the linked issue goes into more detail). I think documentation on how to use the search filters would also be something good to put in the |
I think it would be good if we could apply a text filter and/or a date filter to a channel.
For example:
/channel/UCB_qr75-ydFVKSF9Dmo6izg?filter=team+radio
This would show only videos containing the filter words for that channel.
And:
/channel/UCB_qr75-ydFVKSF9Dmo6izg?date-from=DDMMYY
, or/channel/UCB_qr75-ydFVKSF9Dmo6izg?date-to=DDMMYY
, or/channel/UCB_qr75-ydFVKSF9Dmo6izg?date-from=DDMMYY&date-to=DDMMYY
These would show videos that were published by the channel after a specific date, before a specific date, or between two specific dates respectively.
The text was updated successfully, but these errors were encountered: