Main Koha release repository https://koha-community.org
Find a file
Mathieu Saby 4d8b1ec786 Bug 7421: support indexing UNIMARC authority records using the DOM Filter
I took as a base the patch of F. Demians, but made a lot of changes,
so I think it is more logical to create a new patch as the behavior is
not the same as previous patch.

I tried to define DOM config files as a "miror" of record.abs, so the
behavior be the same.

If it is OK, we will be able to improve indexing later, for example
suppressing warns, managing indicators or subdivisions, etc.

I made some little changes to record.abs :
- comments
- 216 was indexed in Conference-name as well as Trademark. I suppose
  that "Conference-name" is an error, so I indexed only in Trademark
- index 2 new notes : 340 / 356

The only difference between record.abs and DOM is that DOM config files
does not index complete fields, but subfields.

Ex :
melm 200 ===> <kohaidx:index_subfields tag="200" subfields="abcdfgjxyz">
I took all the subfields from the UNIMARC Authorities manual. The only
subfields not indexed are numeric subfields : $7, $8 for language of
record, and $0,2,3,5,6 for 4XX/5XX/7XX

To test :
- index a set of bib and auth records with GRS-1
- make some searches on different kind of authorities
- index the same records with DOM
- make the same searches
- You are not supposed to see differences

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
As I am not a UNIMARC user it's hard for me to test this, but
while testing other authority related patches I noticed that I couldn't
index the UNIMARC authorities of the sample base. The files are obviously
missing and reindex_zebra.pl notes this. With this patch applied,
indexing works and authorities are searchable in my installation.

Signed-off-by: Vitor Fernandes <fvernandes@keep.pt>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
2013-10-10 21:03:15 +00:00
acqui Bug 10096 - Add a Z39.50 interface for authority searching 2013-10-04 14:26:29 +00:00
admin Bug 10096 - Add a Z39.50 interface for authority searching 2013-10-04 14:26:29 +00:00
authorities Bug 10096 - Add a Z39.50 interface for authority searching 2013-10-04 14:26:29 +00:00
basket
C4 Bug 10335: display translated forms of headings in UNIMARC authorities correctly 2013-10-10 19:14:44 +00:00
catalogue Bug 5645: improve converting simple search to Z39.50 search 2013-10-02 14:58:54 +00:00
cataloguing Bug 10096 - (follow-up) various QA improvements 2013-10-04 14:29:18 +00:00
circ Bug 9761: Make it possible to confirm future hold requests at checkin time 2013-09-25 00:26:34 +00:00
course_reserves
debian Bug 10624: add 'status' option switch for the packages init script 2013-10-09 04:53:42 +00:00
docs Bug 10550: Fix database typo wthdrawn 2013-09-08 01:58:41 +00:00
errors
etc Bug 7421: support indexing UNIMARC authority records using the DOM Filter 2013-10-10 21:03:15 +00:00
install_misc
installer Bug 10096: (follow-up) add LC authority Z39.50 targets to 'en' sample data 2013-10-04 14:59:29 +00:00
Koha Bug 9611: (follow-up) move new password hashing routines to separate module 2013-10-09 03:29:22 +00:00
koha-tmpl Bug 10335: display translated forms of headings in UNIMARC authorities correctly 2013-10-10 19:14:44 +00:00
labels Bug 10527: remove disused routine C4::Branch::get_branch_code_from_name 2013-07-12 20:20:20 +00:00
members Bug 9611: (follow-up) move new password hashing routines to separate module 2013-10-09 03:29:22 +00:00
misc bug 10419: (follow-up) improvements to the usage text 2013-10-03 22:13:40 +00:00
offline_circ
opac Bug 9611: (follow-up) move new password hashing routines to separate module 2013-10-09 03:29:22 +00:00
OpenILS
patroncards Bug 9924: (follow-up) ensure that correct error message is displayed 2013-09-08 19:19:50 +00:00
plugins
reports Bug 10718: fix items with no checkouts report 2013-09-08 20:04:43 +00:00
reserve Bug 10663: QA Followup: Typo in comment in renewscript 2013-08-16 01:39:16 +00:00
reviews
rotating_collections
selenium
serials bug 10728: fix additional log noise generated by subscription-renew.pl 2013-08-19 14:10:38 +00:00
services
skel
sms
suggestion
svc Bug 7813: (follow-up) improvements for deleting local cover images 2013-09-21 18:11:13 +00:00
t Bug 7421: add regression tests for UNIMARC authorities DOM indexing 2013-10-10 21:02:04 +00:00
tags Bug 10730: Use DataTables on the tag review page 2013-09-25 16:47:59 +00:00
test
tmp/modified_authorities
tools Bug 10601: Add a counter on batch items modifications 2013-09-18 17:10:00 +00:00
virtualshelves
xt
.htaccess
.mailmap
about.pl Bug 10915: (QA followup) warn if cannot read history.txt 2013-09-20 17:25:57 +00:00
changelanguage.pl
edithelp.pl
fix-perl-path.PL
help.pl
INSTALL
install-CPAN.pl
INSTALL.debian
INSTALL.fedora7
INSTALL.opensuse
INSTALL.ubuntu Bug 7764: (follow-up) editorial tweaks 2013-10-04 16:27:55 +00:00
koha_perl_deps.pl
kohaversion.pl Bug 10096: DBRev 3.13.00.024 2013-10-04 14:37:37 +00:00
LICENSE
mainpage.pl
Makefile.PL Bug 10539: Followup for removing KohaTest unit tests 2013-09-05 15:06:05 +00:00
MANIFEST.SKIP
README
README.robots
rewrite-config.PL Bug 10712: Save missing config variables to install log 2013-08-13 14:14:30 +00:00

Koha is a free software integrated library system.

Koha is distributed under the GNU GPL version 3 or later.
Please read the file LICENSE for more details.

To install or upgrade Koha, please see the INSTALL file appropriate
to your platform.

Report bugs at http://bugs.koha-community.org/

Visit the Koha Project website at http://www.koha-community.org/