fix: switch back to flexsearch compact to avoid usage of eval (#268)

uci-hugo-doc
Robert Kaussow 2022-01-08 17:44:53 +01:00 committed by GitHub
parent 98a56f7000
commit a78a8afb57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
const { groupBy } = require("./groupBy")
const FlexSearch = require("flexsearch")
const { FlexSearch } = require("flexsearch/dist/flexsearch.compact")
const Ajv = require("ajv")
document.addEventListener("DOMContentLoaded", function (event) {