mgallegos / laravel-jqgrid

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.
mariogallegos.com
Other
69 stars 44 forks source link

Advanced search - OR conditions in filter #33

Closed mohinlakdawala closed 8 years ago

mohinlakdawala commented 8 years ago

Hi, I am trying to implement the advanced search functionality with this. Does this not support the case when groupOp is selected as 'any' for the filters ?

mgallegos commented 8 years ago

No it does not, at the moment everything is assume as an "AND" condition, you can see the code here:

https://github.com/mgallegos/laravel-jqgrid/blob/master/src/Mgallegos/LaravelJqgrid/Repositories/EloquentRepositoryAbstract.php#L201