tonytomov / jqGrid

jQuery grid plugin
www.trirand.com
2.84k stars 1.2k forks source link

Advanced toolbar search dosen't work #923

Closed rdeves closed 5 years ago

rdeves commented 5 years ago

Hello,

searchOperators and multipleSearch and multiSelect doesn't work together, the data was never send to the sever.

I fix this :

jquery.Grid.js

line 8518 / if(ms) { filters = $.jgrid.filterRefactor({ ruleGroup : ruleGroup, ssfield : ssfield, splitSelect : p.splitSelect, groupOpSelect : p.groupOpSelect }); //ruleGroup = JSON.stringify( filters ); } /

line 8557 if(bbt / || ms/ ) { ruleGroup = JSON.stringify( filters ); }

Regards,

rdeves commented 5 years ago

version was 5.3.0 corrected in 5.3.1