MedicOneSystems / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS
https://livewire-datatables.com/
MIT License
1.19k stars 258 forks source link

fix addGlobalSearch method #511

Closed HobieCat closed 1 year ago

HobieCat commented 1 year ago

Fix to prevent addGlobalSearch method to prepend tablePrefix when column contains 'concat'. It was generating a syntax error in the query, i.e.: SQLSTATE[42000]: Syntax error or access violation: 1305 FUNCTION DBNAME.TABLEPREFIXCONCAT_WS does not exist