https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18316 --- Comment #13 from Nick Clemens <nick@bywatersolutions.com> --- I agree - different weighting for specific fields in an index would be a separate bug 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
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) -- You are receiving this mail because: You are watching all bug changes.