[Bug 24006] New: Switching on QueryWeightFields (relevance ranking) breaks search
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24006 Bug ID: 24006 Summary: Switching on QueryWeightFields (relevance ranking) breaks search Change sponsored?: --- Product: Koha Version: 18.11 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 - low Component: Searching - Zebra Assignee: koha-bugs@lists.koha-community.org Reporter: bernard.scaife@ptfs-europe.com eg/ using simple search in OPAC QueryWeightFields (enabled) flute AND oboe = 701 flute OR oboe = 115 flute NOT oboe = 10 QueryWeightFields (disabled) flute AND oboe = 1038 flute OR oboe = 3983 flute NOT oboe = 2121 The results from the "disabled" look correct but of course there is no longer any relevance ranking. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24006 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |katrin.fischer@bsz-bw.de --- Comment #1 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- It should do some kind of relevance ranking without. Debugging search issues is hard, but what I would recommend is doing your testing again with and without QueryAutoTruncate - there is a known bug of it breaking relevance. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24006 Fridolin SOMERS <fridolin.somers@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m --- Comment #2 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- (In reply to Bernard from comment #0)
eg/ using simple search in OPAC
QueryWeightFields (enabled)
flute AND oboe = 701 flute OR oboe = 115 flute NOT oboe = 10
QueryWeightFields (disabled)
flute AND oboe = 1038 flute OR oboe = 3983 flute NOT oboe = 2121
The results from the "disabled" look correct but of course there is no longer any relevance ranking.
With QueryWeightFields on, boolean are considered like string, on purpose. The search terms are around quotes. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24006 David Cook <dcook@prosentient.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|NEW |RESOLVED CC| |dcook@prosentient.com.au --- Comment #3 from David Cook <dcook@prosentient.com.au> --- I think that this is a duplicate of Bug 12430 *** This bug has been marked as a duplicate of bug 12430 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org