@@ -, +, @@ LIKE queries --- koha-tmpl/intranet-tmpl/prog/js/datatables.js | 5 +---- 1 file changed, 1 insertion(+), 4 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 character \ - value = value.replace(/(\\)/g, "\\$1" ); - var parts = []; var attributes = col.data.split(':'); for (var i=0;i