mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add ability to search playlists
This commit is contained in:
parent
33eb19e519
commit
37a44fc915
79 changed files with 1652 additions and 549 deletions
|
@ -77,6 +77,7 @@ const SORTABLE_COLUMNS = {
|
|||
// Don't forget to update peertube-search-index with the same values
|
||||
VIDEOS_SEARCH: [ 'name', 'duration', 'createdAt', 'publishedAt', 'originallyPublishedAt', 'views', 'likes', 'match' ],
|
||||
VIDEO_CHANNELS_SEARCH: [ 'match', 'displayName', 'createdAt' ],
|
||||
VIDEO_PLAYLISTS_SEARCH: [ 'match', 'displayName', 'createdAt' ],
|
||||
|
||||
ABUSES: [ 'id', 'createdAt', 'state' ],
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue