jordillonch / CrudGeneratorBundle

This Symfony2 bundle aims to be the bundle that you are looking for create a nice CRUD with pagination, filter, translation and Twitter bootstrap 2.2.2 features.
MIT License
83 stars 36 forks source link

Fix empty query error. #45

Closed l-vo closed 8 years ago

l-vo commented 8 years ago

When a search is done on a number equal to zero or on a false boolean, the fields is considered as empty and the query isn't done.

Check if the fill isn't strictly equal to null fix the problem.

jordillonch commented 8 years ago

Thanks!