Fix search and psql like queries need to be ilike for case insensitivity
This commit is contained in:
@@ -38,7 +38,7 @@ class Invoice extends Model implements IDs
|
||||
protected $casts = [
|
||||
'created_at' => 'datetime:Y-m-d',
|
||||
'due_at' => 'datetime:Y-m-d',
|
||||
'reminders'=>'json',
|
||||
'reminders' => 'json',
|
||||
'_paid_at' => 'datetime:Y-m-d',
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user