diff --git a/js/indexsearch.js b/js/indexsearch.js index 84eb2c9..60e2b08 100644 --- a/js/indexsearch.js +++ b/js/indexsearch.js @@ -6,7 +6,7 @@ const TITLE = "title" const SEARCH_TIMEOUT_MS = 100 var SEARCH_TIMEOUT_ID = -1 -const fuse = new Fuse(data, { +const fuse = new Fuse(search_data, { keys: [ 'title' ], ignoreLocation: true, threshhold: 0.4,