too big too describe

This commit is contained in:
Nuno Coração
2024-03-14 00:01:32 +00:00
parent 48bc05b12f
commit 93ef687194
278 changed files with 551 additions and 255 deletions
+6
View File
@@ -138,6 +138,12 @@ function buildIndex() {
{ name: "content", weight: 0.4 },
],
};
/*var finalIndex = [];
for (var i in data) {
if(data[i].type != "users" && data[i].type != "tags" && data[i].type != "categories"){
finalIndex.push(data[i]);
}
}*/
fuse = new Fuse(data, options);
indexed = true;
});