Closed CODE-AXION closed 1 month ago
How is the plugin configured? For me it works like so:
'massload' : {
'url' : "...",
'data' : function (ids) {
return { 'id' : ids.join(',') };
},
'dataType' : 'json',
'type' : 'GET'
},
i have implemented ajax seach,lazy loaded nodes and they all work fine
but the problem was normal search was hitting too many requests so i enabled massload plugin which also works fine but it only works on first hit or call when i try to search other string it does not work
its only executed only 1 time here are the pic:
first time when i search it works perfectly:
2nd time when i search it does not work.
i have seen similar issues here of massload being only executed 1 time .
@vakata please do solve this issue , it would be much appreciated !
thanks : )