[Koha-bugs] [Bug 12747] Add extra column in Z3950 search result

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri May 4 21:49:39 CEST 2018


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

--- Comment #93 from David Bourgault <david.bourgault at inlibro.com> ---
I've resquashed the patch to keep it clean.

New changes:
* Support repeatable tags
Repeated tags will repeat the field name, e.g.:
" 035$a:
   some value
  035$a:
   another value "

* Delimiter switched to comma from whitespace (whitespace is ignored).
I did this to make it uniform with the sysprefs 'z3950NormalizeAuthor' and
'z3950AuthorAuthFields'.

* Reworded syspref description slightly, added '001' to example
" Display the MARC field/subfields <> in the 'Additional fields' column in the
result of a search Z3950 (use comma as delimiter e.g.: "001, 082$ab, 090$ab") "

* No longer shows tags missing the target subfield

* Added a test for repeatable tags and syspref splitting to
t/db_dependent/Breeding.t


Adding multiple additional tags will result in the result table being very big
(lots of whitespace). I tried using a <table> to make it more compact, but it
became too hard to read (cluttered).
I left it with <dl> for now.

QA Tool green.

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


More information about the Koha-bugs mailing list