Summary: | With DOM indexing turned on subject authority links are not indexed | ||
---|---|---|---|
Product: | Koha | Reporter: | Colin Campbell <colin.campbell> |
Component: | MARC Authority data support | Assignee: | Colin Campbell <colin.campbell> |
Status: | CLOSED FIXED | QA Contact: | Mason James <mtj> |
Severity: | normal | ||
Priority: | P4 | CC: | chris, mtj, paul.poulain |
Version: | 3.8 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Proposed Patch
Revised Patch Bug 8653 remove erroneous whitespace blocking indexing |
Description
Colin Campbell
2012-08-16 17:05:40 UTC
There are some trailing spaces in some Unimarc Title-series entries as these remain harmless (I think) and are stripped by the xsl processing Created attachment 11646 [details] [review] Proposed Patch cleans the trailing and embedded space Created attachment 11655 [details] [review] Revised Patch Earlier patch omitted the biblio-zebra-indexdefs.xsl - This has been included Created attachment 11674 [details] [review] Bug 8653 remove erroneous whitespace blocking indexing The superfluous whitespace after the definition of subject tag $9s is causing an error when carried over into dom config files so that the authority links fail to index Also removed the (harmless) trailing space in the equivalent Unimarc files A good editor and git can help in not creating excess whitespace Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> > Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> passing QA, nice spotting! $ koha-qa.pl testing 1 commit(s) (applied to commit 0acebb8) * 36f58f1 Bug 8653 remove erroneous whitespace blocking indexing etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl etc/zebradb/marc_defs/marc21/biblios/record.abs etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml etc/zebradb/marc_defs/unimarc/biblios/record.abs * etc/zebradb/marc_defs/marc21/biblios/biblio-koha-indexdefs.xml OK * etc/zebradb/marc_defs/marc21/biblios/biblio-zebra-indexdefs.xsl OK * etc/zebradb/marc_defs/unimarc/biblios/biblio-koha-indexdefs.xml OK Patch pushed to master Pushed to 3.8.x, will be in 3.8.5 |