mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
too big too describe
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user