laravel-grid
laravel-grid copied to clipboard
error with additional request
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 or
phonelike %111111111% or
emaillike %111111111%) and
orders.
deleted_atis null order by
id1 desc limit 15
my request hits to search request with or: processed_at
is not null or `phone
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
@alexeydg found any solution ?
no