Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 205: Line 205:
 
         })
 
         })
  
         let test = Array.from(functionsData.values()).map(entry => entry[FUNC_KEY]).flat();
+
         let test = Array.from(functionsData.values(), entry => entry[FUNC_KEY]).flat();
 +
        let qstr = test.join('|?')
 
         console.log('Func result', test);
 
         console.log('Func result', test);
 +
        console.log('q len', qstr.length)
  
 
         const searchFunctions = [
 
         const searchFunctions = [

Revision as of 14:35, 30 August 2022

Development verstion of the DCT List.
Not ready for production!