1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-09-30 23:26:42 +02:00

re-activate initializer

This commit is contained in:
Thomas Wilkerling
2025-03-01 12:57:15 +01:00
parent f8ac8c9dfc
commit ada40b2359

View File

@@ -197,8 +197,8 @@ window.onload = function(){
if(queue.length){
lib = suite[Object.keys(suite)[0]];
//lib.init();
//lib.add(text_data);
lib.init();
lib.add(text_data);
setTimeout(match ? perform_match : perform, 200);
}