Widget: DCTList: Difference between revisions

From LINKS Community Center
Jump to: navigation, search
Eschmidt (talk | contribs)
No edit summary
Eschmidt (talk | contribs)
No edit summary
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 13:35, 30 August 2022

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