omines / datatables-bundle

DataTables bundle for Symfony
https://omines.github.io/datatables-bundle/
MIT License
263 stars 113 forks source link

fix global search for not text column #33

Closed biji closed 6 years ago

biji commented 6 years ago

Fix error like: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "abc"

curry684 commented 6 years ago

I think this behaviour should be implemented in the columns, not the criteria provider.

biji commented 6 years ago

Should we add options to column and remove filter class? Or add option to filters