rework search integration (#262)

This commit is contained in:
Robert Kaussow 2022-01-06 22:52:22 +01:00 committed by GitHub
parent 00334dbfbf
commit bbfc75ecb0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 64 deletions

View file

@ -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)