Open jluitz opened 1 month ago
whenever you enter anything into the searchfield the sql crashes with
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'active' in 'where clause'
There no column active in the plans table. But we have an is_active column. How this error would appear ?
is_active
remove ->searchable() and the error will be gone
whenever you enter anything into the searchfield the sql crashes with
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'active' in 'where clause'