leantony / laravel-grid

A grid view for laravel, inspired by the yii2 grid widget
https://leantony.github.io/laravel-grid/
MIT License
91 stars 39 forks source link

error with additional request #106

Open alexeydg opened 5 years ago

alexeydg commented 5 years ago

Sorry my bad english. I need to transfer to the grid not all orders, but with a specific selection, for example: ->create(['query' => Orders::query()->whereNotNull('processed_at'), 'request' => $request]) If i do search, i have bug: select * fromorderswhere (processed_atis not null orphonelike %111111111% oremaillike %111111111%) andorders.deleted_atis null order byid1desc limit 15 my request hits to search request with or: processed_at is not null or `phone

basicAngular commented 5 years ago

The same Thing with me, it is not working I think I have to use another plugin for the grid, anyone can give solution on it

basicAngular commented 5 years ago

@alexeydg found any solution ?

alexeydg commented 5 years ago

no