http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9588
--- Comment #6 from Fridolyn SOMERS <[email protected]> --- (In reply to comment #4) > Why exactly do you remove the rt (right truncation)? This is the main purpose of the patch : changing weighted query with an index specified so that it behaves like the weighted query without index specified. > Should the truncate pref be tested here too? No, if truncate pref is on, truncation will be performed on the operand before performing weighted query on this operand. > What is the exact reason for the lower ranks for wordlist, fuzzy and stemming? This is in order to have a good order with relevance sort order, from the more exact match to the less : exact > phrase > word list > fuzzy > stemmed -- 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/
