CSU Library Website Customization

Documentation of CSU Primo and LibGuides customization

Extra g and r in front of subject terms

Problem

In Primo, we have records showing up with a "g" before the subject heading.  These g's aren't showing up in the Alma records.

Example: Pride and Prejudice

pride and prejudice sample for subject with extra g

Our Alma record

Our Alma record for Pride and Prejudice

 

Field 650, subfield w, and along with several others are in the source record stored in Primo and is where the letter g is coming from. This letter was added by Alma before it was exported into Primo because "Headings enrichment" is enabled in our Alma publishing profile (Alma > Resources > Publishing > Publishing Profiles).

Extra g in front of subject for Pride and Prejudice

Extra g in front of subject example

 

Another example

Extra letter r in front of subject

Facet Example: these letters also show up under facet:topic

extra letter under topic

Locate Problem

These letters are not in our Alma record but we can locate them in exported Alma xml record. 

For examples

          <datafield tag="600" ind1="1" ind2="0">
 
            <subfield code="a">Austen, Jane,</subfield>
 
            <subfield code="d">1775-1817.</subfield>
 
            <subfield code="t">First impressions</subfield>
 
            <subfield code="2">LCNAMES</subfield>
 
            <subfield code="0">41-LIBRARY_OF_CONGRESS-n 2002041181</subfield>
 
            <subfield code="9">N</subfield>
 
          </datafield>
 
 
          <datafield tag="600" ind1="1" ind2="0">
 

            <subfield code="w">r</subfield>

 
            <subfield code="i">Dramatized as (work):</subfield>
 
            <subfield code="a">Cox, Constance.</subfield>
 
            <subfield code="t">Pride and prejudice</subfield>
 
            <subfield code="2">LCNAMES</subfield>
 
            <subfield code="0">41-LIBRARY_OF_CONGRESS-n 2002041181</subfield>
 
          </datafield>

Our Solution


Hide w subfields in facet (add w after v,x,y)
Back Office (Ongoing Configuration Wizards > Pipe Configuration Wizard > Normalization Rules configuration > PNX Section: Facets > facets:topic

Rule 1: 600 Exclude v,x,y,z,w
Rule 11: 650 Exclude:v,x,y,w

change facet:topic fields 600 and 650

Hide w subfields in detail view
Back Office (Ongoing Configuration Wizards > Pipe Configuration Wizard > Normalization Rules configuration > PNX Section: Display > display:subject

Rule 9: 600 Exclude v,x,y,z,w
Rule 15: 650 Exclude:v,x,y,w

 

exclude w field from 650

Save change, go back & Deploy & Renorm -> Wait for few days to see the change. 

Deploy

Renorm

URL: https://libguides.colostate.edu/web_customization | Print Page