mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Use "match" sort when searching videos
This commit is contained in:
parent
7d99a6b857
commit
7cec8fd98c
2 changed files with 6 additions and 1 deletions
|
@ -123,7 +123,8 @@ export const SORTABLE_COLUMNS = {
|
|||
'trending',
|
||||
'hot',
|
||||
'best',
|
||||
'localVideoFilesSize'
|
||||
'localVideoFilesSize',
|
||||
'match'
|
||||
],
|
||||
|
||||
// Don't forget to update peertube-search-index with the same values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue