https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40907
Arthur Suzuki <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Arthur Suzuki <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
