[Koha-bugs] [Bug 7421] UNIMARC authorities DOM indexing mode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Apr 7 18:44:08 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7421

mathieu saby <mathieu.saby at univ-rennes2.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff
           Assignee|frederic at tamil.fr           |mathieu.saby at univ-rennes2.f
                   |                            |r

--- Comment #25 from mathieu saby <mathieu.saby at univ-rennes2.fr> ---
Created attachment 17261
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17261&action=edit
[PATCH][alternative patch] Bug 7421 Add UNIMARC DOM Filter

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 supposes
"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

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


More information about the Koha-bugs mailing list