FriendsOfCake / search

CakePHP: Easy model searching
MIT License
170 stars 59 forks source link

fix SearchComponent load model error #313

Closed smladeoye closed 3 years ago

smladeoye commented 3 years ago

This update is to fix errors in the SearchComponent when it attempts to load a model that doesn't exist.

smladeoye commented 3 years ago

Thanks, will cancel this pr - simply setting the an empty string modelClass on the controller solves this - the UnexpectedValueException is thrown when trying to load the model and caught in the component.