mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
a
This commit is contained in:
parent
ec5829bd0a
commit
d0d08af761
@ -38,3 +38,4 @@ const idx = elasticlunr.Index.load(self.search.index);
|
||||
self.onmessage = ({data: q}) => {
|
||||
postMessage(idx.search(q, { bool:'AND', expand:true }));
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user