From d0d08af761b3582509d222be9e371fd3d318b445 Mon Sep 17 00:00:00 2001 From: Carlos Polop Date: Sat, 3 May 2025 02:11:38 +0200 Subject: [PATCH] a --- theme/search-worker.js | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/search-worker.js b/theme/search-worker.js index 8bbbb4b88..f221ce369 100644 --- a/theme/search-worker.js +++ b/theme/search-worker.js @@ -38,3 +38,4 @@ const idx = elasticlunr.Index.load(self.search.index); self.onmessage = ({data: q}) => { postMessage(idx.search(q, { bool:'AND', expand:true })); }; +