|
|
@ -417,7 +417,7 @@ cors(corsOptions), (req, res, next) => { |
|
|
|
//if( resdata.data.filter(item1 => item1.res25swarmlabname.includes(nameofswarmlab)).length > 0 ){
|
|
|
|
var regexlog = new RegExp(nameofswarmlab); |
|
|
|
//const res = data.filter(item => item.Date.indexOf(filterKey) === 0);
|
|
|
|
if( resdata.data.filter(item1 => regexlog.test(item1.res25swarmlabname))){ |
|
|
|
if( resdata.data.filter(item1 => item1.res25swarmlabname.includes(nameofswarmlab) )){ |
|
|
|
console.log('----->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>--- ' + nameofswarmlab) |
|
|
|
console.log('-----oooooooooooooooooooooo--- ' + item[i]) |
|
|
|
resdataarray.push(item[i]) |
|
|
|