stwe / DatatablesBundle

This Bundle integrates the jQuery DataTables plugin into your Symfony application.
355 stars 237 forks source link

Case insensitive search #952

Closed spyridonas closed 2 years ago

spyridonas commented 4 years ago

Case insensitive search

Seb33300 commented 2 years ago

Unfortunately I cannot merge this PR because this will break the search for people that want it to be case sensitive.

If you are using MySQL/MariaDB database, you should apply the corresponding collation to your table column: See https://dev.mysql.com/doc/refman/5.7/en/charset-collation-names.html

For postgres, it may be more complicated...