Open junamai2000 opened 2 years ago
Hi,
I just realized thata gt funciont works as gte.
https://github.com/z-song/laravel-admin/blob/v1.8.19/src/Grid/Filter/Gt.php#L31
this line should be
return $this->buildCondition($this->column, '>', $this->value);
why is this line '>=' ? Is this an intended behavior?
Thanks
Hi,
I just realized thata gt funciont works as gte.
https://github.com/z-song/laravel-admin/blob/v1.8.19/src/Grid/Filter/Gt.php#L31
this line should be
why is this line '>=' ? Is this an intended behavior?
Thanks