https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316 --- Comment #14 from Alex Arnaud <alex.arnaud@biblibre.com> --- (In reply to Nick Clemens from comment #13)
I agree - different weighting for specific fields in an index would be a separate bug +1
Searching and weighting works well and tests pass
I have questions about the comments:
Weight: define weight between 1 and 99. add: Higher numbers indicate increased relevenacy
search will be done on weighted fields only this doesn't seem to be the case - weight author - search for an isbn, you get the record Right. Search is done on all fields but boost the weighted ones.
if no field is weighted, search will be done on all the record true, but we search all fields even with some wieghts
I think the behaviour is correct, searching _all and adding weighted fields, just need to adjust comments
Should we indicate that weights are not used during adv search? (If we want them I think that can be done on a future patch) I can do it. The future patch for adv search will have to remove the comment.
-- You are receiving this mail because: You are watching all bug changes.