laravelcm / laravel-subscriptions

Laravel Subscriptions is a flexible plans and subscription management system for Laravel.
MIT License
125 stars 20 forks source link

Search in subscription form not working #24

Open jluitz opened 1 month ago

jluitz commented 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'

mckenziearts commented 4 weeks ago

There no column active in the plans table. But we have an is_active column. How this error would appear ?

jluitz commented 3 weeks ago

remove ->searchable() and the error will be gone