https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24155
Owen Leonard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #105041|0 |1 is obsolete| | Attachment #105042|0 |1 is obsolete| | Attachment #109360|0 |1 is obsolete| | Attachment #110405|0 |1 is obsolete| | --- Comment #27 from Owen Leonard <[email protected]> --- Created attachment 110406 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=110406&action=edit Bug 24155: Make wieghting an option on advanced search Currently we apply weighting to all searches except advanced search. The theory being that when selecting indexes we don't want to apply weights. When searching in ES weights are only applied to relevant results so it doesn't matter. i.e. if weighting author*100 but searching subject, a term matching the subject search in author is not boosted. Given this, we should always apply weights, unless the user wishes not to To test: 1 - Set some weighting 2 - Do some searches 3 - Note your terms and results, try advanced and regular searches specifying indexes or not 4 - Apply patch 5 - Note that opac and staff advanced search have option to apply weights 6 - Compare searches after the patch to see how weighting affects, it should be beneficial or not at all Signed-off-by: Myka Kennedy Stephens <[email protected]> Signed-off-by: Andrew Fuerste-Henry <[email protected]> Signed-off-by: Bob Bennhoff <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://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/
