mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add ability to search video channels
This commit is contained in:
parent
240085d005
commit
f37dc0dd14
35 changed files with 670 additions and 145 deletions
|
@ -43,7 +43,8 @@ const SORTABLE_COLUMNS = {
|
|||
FOLLOWERS: [ 'createdAt' ],
|
||||
FOLLOWING: [ 'createdAt' ],
|
||||
|
||||
VIDEOS_SEARCH: [ 'match', 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes' ]
|
||||
VIDEOS_SEARCH: [ 'match', 'name', 'duration', 'createdAt', 'publishedAt', 'views', 'likes' ],
|
||||
VIDEO_CHANNELS_SEARCH: [ 'match', 'displayName' ]
|
||||
}
|
||||
|
||||
const OAUTH_LIFETIME = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue