laravel-grid icon indicating copy to clipboard operation
laravel-grid copied to clipboard

error with additional request

Open alexeydg opened this issue 5 years ago • 3 comments

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 * from orders where (processed_atis not null orphonelike %111111111% oremaillike %111111111%) andorders.deleted_atis null order byid1 desc limit 15 my request hits to search request with or: processed_at is not null or `phone

alexeydg avatar Apr 11 '19 05:04 alexeydg

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 avatar May 23 '19 11:05 basicAngular

@alexeydg found any solution ?

basicAngular avatar May 24 '19 08:05 basicAngular

no

alexeydg avatar May 24 '19 09:05 alexeydg