This commit is contained in:
Carlos Polop 2025-05-03 02:11:38 +02:00
parent ec5829bd0a
commit d0d08af761

View File

@ -38,3 +38,4 @@ const idx = elasticlunr.Index.load(self.search.index);
self.onmessage = ({data: q}) => {
postMessage(idx.search(q, { bool:'AND', expand:true }));
};