First implem global search
This commit is contained in:
parent
62e7be634b
commit
5fb2e2888c
54 changed files with 1052 additions and 331 deletions
|
@ -128,6 +128,13 @@ function checkConfig () {
|
|||
}
|
||||
}
|
||||
|
||||
// Search index
|
||||
if (CONFIG.SEARCH.SEARCH_INDEX.ENABLED === true) {
|
||||
if (CONFIG.SEARCH.REMOTE_URI.USERS === false) {
|
||||
return 'You cannot enable search index without enabling remote URI search for users.'
|
||||
}
|
||||
}
|
||||
|
||||
return null
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue