https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33407
--- Comment #14 from Nick Clemens (kidclamp) <[email protected]> --- (In reply to David Cook from comment #13) > I think that this might break searches where people are relying on the > punctuation to be included. > > Feels a bit like we're repeating mistakes we made with Zebra in the past... This is only removing punctuation surrounded by spaces, if the terms are quoted, it won't be removed. It is difficult here to balance between exact results and meeting user expectations. I worry we are getting a bit confusing as we massage the queries more, but we still have user complaints about the over exactness of some features in ES Looking over this one again, it seems the problem only does occur when QueryAutoTruncate is enabled - so possibly the regex should be surrounded by a checked for this pref? That would minimize the scope of the 'magic' here -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
