1
0
Fork 0
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:
Chocobozzz 2016-06-06 14:54:52 +02:00
parent be587647f9
commit 8d199cb823
3 changed files with 40 additions and 2 deletions

View file

@ -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