http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7518
--- Comment #43 from David Cook <[email protected]> --- It's also worth mentioning that this patch doesn't work very well when doing a regular (i.e. 'Library Catalog' or 'kw') search, when using "QueryWeightFields", and when NOT using QueryAutoTruncate. It appears to be an issue with the quoting of strings in _build_weighted_query. I won't bother sending a follow-up here, as I'm planning to refactor _build_weighted_query. NOTE: If you are using QueryAutoTruncate (ie all queries are autotruncated) then QueryWeightFields will be ignored (even though it's on by default), so you'll probably have no problems (although you also won't have any relevance searching). -- 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/
