[Koha-bugs] [Bug 25479] New: TraceCompleteSubfields does not work as expected

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 13 12:21:22 CEST 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25479

            Bug ID: 25479
           Summary: TraceCompleteSubfields does not work as expected
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Zebra
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: nick at bywatersolutions.com

See section 2.4.5:
https://software.indexdata.com/zebra/doc/querymodel-rpn.html

attr 6=2 'complete subfield' is deprecated and translates to 'complete field'

In terms of our implementation this means that you must activate both:
TraceCompleteSubfields
TraceSubjectSubdivisions

otherwise you search the whole field for a match on a partial subfield.

Furthermore, for a record with an authority number included the search will
fail, e.g.:
su,complete-field:"Computer programming." - returns 0 results
su,complete-field:"Computer programming 973" - returns correct result

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list