zepernick / Codeigniter-DataTables

CodeIgniter Library For Ajax Server Side DataTables 1.10 >
MIT License
94 stars 95 forks source link

Apply setColumnSearchType settings to global searches #32

Open maxleaver opened 7 years ago

maxleaver commented 7 years ago

Modified the sqlJoinsAndWhere function to use the wildcard settings from setColumnSearchType for global searches and replaced the raw MySQL LIKE query with the $this->db->or_like() function from CodeIgniter Query Builder.