https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41424
David Nind <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Patch complexity|--- |String patch Assignee|[email protected] |[email protected] |ity.org | Depends on| |40017 Status|NEW |ASSIGNED QA Contact|[email protected] |[email protected] |y.org | Keywords| |Academy --- Comment #1 from David Nind <[email protected]> --- I'm happy to create a patch for this (as it is within my capabilities!) Current descriptions: - AdditionalFieldsInZ3950ResultSearch: Display the MARC field/subfields __________ in the 'Additional fields' column of Z39.50 search results (use comma as delimiter e.g.: "001, 082$ab, 090$ab"). - AdditionalFieldsInZ3950ResultAuthSearch: Display the MARC field/subfields __________ in the 'Additional fields' column of Z39.50 search results (use comma as delimiter e.g.: "001, 035$a"). Generic: Display MARC field and subfields __________ in the additional fields column for Z39.50 search results (use a comma as a separator). Examples: - ... Examples for AdditionalFieldsInZ3950ResultSearch: - Fields: 082$ab, 090$ab - Specific positions for leader and control fields: 000p6, 000p6-7, 008, 008p35-37 . 000p6-7 for position 6 and 7 of the leader field (type of record and type of control) . 008p35-37 for position 35-57 (language) Examples for AdditionalFieldsInZ3950ResultAuthSearch: - Fields: 001, 035$a - Specific positions for leader and control fields: 000p5, 000p6-7, 008, 008p9-10 . 000p5 for position 5 of the leader field (record status) . 008p9-10 for positions 9 and 10 (kind of record and descriptive cataloging rules) Referenced Bugs: https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40017 [Bug 40017] Z39.50 search: Allow leader and specific control field positions in Additional fields -- 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/
