$filter = ['and',
['=', 'is_del', 0],
['like', 'title', $where['title'] ?? '']
11-04
731

10-24
2897

06-04
$filter = ['and',
['=', 'is_del', 0],
['like', 'title', $where['title'] ?? '']