mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Add tag search support to server
This commit is contained in:
parent
be587647f9
commit
8d199cb823
3 changed files with 40 additions and 2 deletions
|
@ -23,7 +23,7 @@ let REQUEST_RETRIES = 10
|
|||
|
||||
// Sortable columns per schema
|
||||
const SEARCHABLE_COLUMNS = {
|
||||
VIDEOS: [ 'name', 'magnetUri', 'podUrl', 'author' ]
|
||||
VIDEOS: [ 'name', 'magnetUri', 'podUrl', 'author', 'tags' ]
|
||||
}
|
||||
|
||||
// Sortable columns per schema
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue