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: [email protected]
          Reporter: [email protected]

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.
_______________________________________________
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/

Reply via email to