@@ -, +, @@ exact search - 'Cordoba %' - 'Buenos Aires _' - 'London \' --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/js/datatables.js +++ a/koha-tmpl/intranet-tmpl/prog/js/datatables.js @@ -578,9 +578,6 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) { function build_query(col, value){ - // escape SQL special characters - value = value.replace(/(\%|\_|\\)/g, "\\$1" ); - var parts = []; var attributes = col.data.split(':'); for (var i=0;i