diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-06 14:54:52 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-06 14:54:52 +0200 |
commit | 8d199cb823e1e47de87fdf421964e260b0ba6eb7 (patch) | |
tree | 563c5bd10235e69d84514a9b8348b525cc6d8765 /server/initializers/constants.js | |
parent | be587647f98a4b83ca06a61fe55c7ac5d60927c6 (diff) | |
download | PeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.tar.gz PeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.tar.zst PeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.zip |
Add tag search support to server
Diffstat (limited to 'server/initializers/constants.js')
-rw-r--r-- | server/initializers/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/constants.js b/server/initializers/constants.js index 97d22abdb..c6a6ac966 100644 --- a/server/initializers/constants.js +++ b/server/initializers/constants.js | |||
@@ -23,7 +23,7 @@ let REQUEST_RETRIES = 10 | |||
23 | 23 | ||
24 | // Sortable columns per schema | 24 | // Sortable columns per schema |
25 | const SEARCHABLE_COLUMNS = { | 25 | const SEARCHABLE_COLUMNS = { |
26 | VIDEOS: [ 'name', 'magnetUri', 'podUrl', 'author' ] | 26 | VIDEOS: [ 'name', 'magnetUri', 'podUrl', 'author', 'tags' ] |
27 | } | 27 | } |
28 | 28 | ||
29 | // Sortable columns per schema | 29 | // Sortable columns per schema |