[Koha-bugs] [Bug 3343] New: duplicate subfields in authority

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Fri Jun 19 17:15:01 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3343

           Summary: duplicate subfields in authority
           Product: Koha
           Version: rel_3_0
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P5
         Component: MARC Authority data support
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: laurence.lefaucheur at biblibre.com
   Estimated Hours: 0.0
 Change sponsored?: ---


If an authority has duplicate subdivisions for instance : 

250 ## - Vedette-Matière nom commun
  a Elément d'entrée cerise
  x Subdivision de sujet stark
  y Subdivision géograp Bessenay
  y Subdivision géograp Rhône
  x Subdivision de sujet guide de recettes

(the order of subdivisions has importance)

When addind this authority in biblio, duplicate subfields are grouped separated
with | : 
  in biblio : cerisier -- stark|guide de recettes -- Bessenay|Rhône

The order and subfields should be preserved in biblio.

--------------------
Inversely : 
when authority like this is directly created through biblio (with
biblioaddsauthorities), authority is ok, with subfields in order

---------------------
but when authority is added in biblio : 

 606 ## - Sujet nom commun
  a élément d'entrée France Autor.
  x subdivision du sujet Conditions économiques
  z subdivision chronologique 1900-1945
  x subdivision du sujet Périodiques 

and then created through script build_authorities.pl, authority entry has
duplicated subfields in one subfield separated with pipe : 

250 ## - Vedette-Matière nom commun
  a Elément d'entrée France
  x Subdiv. de sujet Conditions économiques|Périodiques
  z Subdiv. chronologiqu 1900-1945


-- 
Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list