https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37168
--- Comment #5 from Phil Ringnalda <[email protected]> --- For Z39.50, what a search field does is determined in https://git.koha-community.org/Koha-community/Koha/src/commit/4801037abe0f8d294eb03503c2b5a275ed06f62a/C4/Breeding.pm#L243 So indeed, the thing with the label "LC call number" does an LC call number search left anchored with right truncation (plus attr 2=3 which is relationship: equal, attr 4=1 which is structure: phrase, attr 6=1 which is completeness: incomplete subfield, things other than the query term may appear in the same subfield), and the thing with the label "Dewey" does an LC call number keyword search, not a Dewey classification search. -- 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/
