rework search integration (#262)
This commit is contained in:
parent
00334dbfbf
commit
bbfc75ecb0
7 changed files with 8 additions and 64 deletions
|
@ -24,7 +24,7 @@ document.addEventListener("DOMContentLoaded", function (event) {
|
|||
additionalProperties: false
|
||||
}
|
||||
|
||||
getJson("/searchconfig.json", function (searchConfig) {
|
||||
getJson("/search/config.min.json", function (searchConfig) {
|
||||
const configValidate = ajv.compile(configSchema)
|
||||
const valid = configValidate(searchConfig)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue