From bugzilla-daemon@bugs.koha-community.org Fri May 4 21:50:09 2018
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 12747] Add extra column in Z3950 search result
Date: Fri, 04 May 2018 19:49:39 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0036820698015345867=="
--===============0036820698015345867==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D12747
--- Comment #93 from David Bourgault ---
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 to make it more compact, but it
became too hard to read (cluttered).
I left it with for now.
QA Tool green.
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============0036820698015345867==--