http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9588 --- Comment #6 from Fridolyn SOMERS <fridolyn.somers@biblibre.com> --- (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.