https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40907 Arthur Suzuki <arthur.suzuki@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arthur.suzuki@biblibre.com --- Comment #1 from Arthur Suzuki <arthur.suzuki@biblibre.com> --- Actually I'm not sure this should be considered as a bug. DataTable actually support regular expression for filtering the values. For example, for a record I've set 3 items, 1 fiction, 1 non-fiction, and 1 "reference". I can have both "fiction" and "non-fiction" to appear by using this string in the search input of the table : ".*(iction)" Knowing this I'm not sure we can say parenthesis "breaks" the filter. However I was not able to properly escape the parenthesis or brackets https://www.threesl.com/blog/special-characters-regular-expressions-escape/ -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.