aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-06-06 14:54:52 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-06-06 14:54:52 +0200
commit8d199cb823e1e47de87fdf421964e260b0ba6eb7 (patch)
tree563c5bd10235e69d84514a9b8348b525cc6d8765 /server/initializers
parentbe587647f98a4b83ca06a61fe55c7ac5d60927c6 (diff)
downloadPeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.tar.gz
PeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.tar.zst
PeerTube-8d199cb823e1e47de87fdf421964e260b0ba6eb7.zip
Add tag search support to server
Diffstat (limited to 'server/initializers')
-rw-r--r--server/initializers/constants.js2
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
25const SEARCHABLE_COLUMNS = { 25const 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