mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
First implem global search
This commit is contained in:
parent
62e7be634b
commit
5fb2e2888c
54 changed files with 1052 additions and 331 deletions
|
@ -340,6 +340,18 @@ describe('Test config', function () {
|
|||
level: 'error',
|
||||
message: 'super bad message',
|
||||
dismissable: true
|
||||
},
|
||||
search: {
|
||||
remoteUri: {
|
||||
anonymous: true,
|
||||
users: true
|
||||
},
|
||||
searchIndex: {
|
||||
enabled: true,
|
||||
url: 'https://search.joinpeertube.org',
|
||||
disableLocalSearch: true,
|
||||
isDefaultSearch: true
|
||||
}
|
||||
}
|
||||
}
|
||||
await updateCustomConfig(server.url, server.accessToken, newCustomConfig)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue