nicolaslopezj / searchable

A php trait to search laravel models
MIT License
2.01k stars 291 forks source link

Doesn't work well with boolean Where clause #80

Open mrgodhani opened 9 years ago

mrgodhani commented 9 years ago

When I do where('status',true) chain method along with search. It gives me integer error . Doesn't work well with boolean.

SQLSTATE[HY093]: Invalid parameter number (SQL: select count() as aggregate from (select clips., (case when LOWER(title) LIKE 0 then 300 else 0 end) + (case when LOWER(title) LIKE 0 then 100 else 0 end) + (case when LOWER(

graciano commented 9 years ago

I'm having the exact same problem.

mrgodhani commented 9 years ago

Any work around someone found ?