mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-21 20:30:39 +00:00
fix: switch back to flexsearch compact to avoid usage of eval (#268)
This commit is contained in:
parent
98a56f7000
commit
a78a8afb57
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user