https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15930
Blou <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |In Discussion CC| |[email protected] --- Comment #10 from Blou <[email protected]> --- see also bug 16197 So, this discussion is about "what should be the default behavior of the function", which brings "what is the expected behavior for the users", which could means "The users of previous versions" or "normal internet users used to certain UI behaviors", which are different. The function works. It allows for - splitting the words and looking for their usages somewhere - using the word "as-is", including the spaces/commas It does not allow for - splitting the words and using each as a start with. Not a loss, it's mostly useless My opinion is that it should be resolved in two phases: 1) Add the argument "contains" to each call that need it. Even if it's all of them, it helps readability of complex functions. 2) Add the possibility of quotes, at which points files like request.pl must NOT do their own s =~ and leave everything to the call. The 1) is very important to move fast. Right now it is a bug. However you define it, this is a regression to the users. Let's fix that in master before 3.24, and in the next patch for 3.22. Then let someone develop the quote thing. It's a nice feature and matches users expectations, which are set by big search engines, not by us. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://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/
