Record Buckets

Introduction

Record buckets are containers for MARC records. Once records are in a bucket, you can take various types of actions, including:

  • Editing all the records at once using the MARC Batch Editor.

  • Deleting all the records in the bucket.

  • Merging all the records in the bucket.

  • Downloading the MARC files for all records in the bucket, so you can edit them in another program like MARCEdit.

Creating Record Buckets

  1. Click on CatalogingRecord Buckets.

  2. On the Buckets menu, click New Bucket.

  3. Give the bucket a name and (optionally) a description.

Adding Records to a Bucket

From the Record Bucket Interface

  1. Click on CatalogingRecord Buckets.

  2. On the Buckets menu, choose the bucket that you’d like to add records to.

  3. Go to the Record Query tab.

  4. Enter your query into the Record Query box.

  5. Select the records you would like to add.

  6. On the Actions menu, click Add to Bucket.

Advanced record queries

The Record Query tab allows some advanced search functionality through the use of search keys, which can be combined with one another.

Table 1. Record Bucket search keys
Search key Abbreviated version Usage example Description

author:

au:

au:Anzaldua

An author, creator, or contributor

available:

available:yes

Limits to available items. There is no way to limit to unavailable items

keyword:

kw:

kw:Schirmer

A keyword

lang:

lang:Spanish

A language

series:

se:

se:avatar last airbender

A series title

site:

site:LIB3

The shortname of the library/system/consortium you’d like to search

subject:

su:

su:open source software

A subject

subject|geographic:

subject|geographic:Uruguay

A geographic subject

title:

ti:

ti:Harry Potter

Title proper or alternate title

title|proper:

title|proper:Harry Potter

Title proper taken from 245

You can combine these in the same query, e.g. ti:borderlands au:anzaldua available:yes. However — with the exception of the lang search key, you should not repeat the same search key twice.

Limiting Results by Item Type or Search Format

You can narrow results using search_format or item_type functionalities by entering search_format(formattype) or item_type(type) to the end of your search query.

Search Formats Examples:

  • electronic - Electronic Resources

  • playaway - Playaways

  • blu-ray - Blu-ray

  • dvd - DVD

  • cdaudiobook - CD audiobooks

  • casaudiobook - Cassette audiobooks

The item_type filter will allow you to filter directly from the Leader/06 value.

For example, if you search for: ti:Outlander au:Gabaldon item_type(i), your results will limited to nonmusical sound recordings.

Bibliographic Item Types

MARC Item Type Description

a

Language material

c

Notated music

d

Manuscript notated music

e

Cartographic material

f

Manuscript cartographic material

g

Projected medium

i

Nonmusical sound recording

j

Musical sound recording

k

Two-dimensional nonprojectable graphic

m

Computer file

o

Kit

p

Mixed materials

r

Three-dimensional artifact or naturally occurring object

t

Manuscript language material

You can use the same boolean operator symbols that are used in the OPAC (|| for boolean OR, && for boolean AND, and - for boolean NOT).

Bibliographic Record Merging and Overlay

Catalogers can merge or overlay records in record buckets or using records obtained from a Z39.50 service.

Merge Records in Record Buckets

  1. Click Cataloging>Record Buckets.

  2. Create and/or select a record bucket.

  3. Select the records that you want to merge, and click Actions>Merge Selected Records.

    marcoverlay1
  4. The Merge Selected Records interface appears.

  5. The records to be merged appear on the right side of the screen. Click Use as Lead Record to select a lead record from those that need to be merged.

    marcoverlay2
  6. Select a merge profile from the drop down box.

    marcoverlay3
  7. After you select the profile, you can preview the changes that will be made to the record.

    marcoverlay4
  8. You can change the merge profile at any time; after doing so, the result of the merge will be recalculated. The merge result will also be recalculated after editing the lead record, changing which record is to be used as lead, or removing a record from consideration.

  9. When you are satisfied that you have selected the correct merge profile, click the Merge button in the bottom right corner.

  10. Note that merge profiles that contain a preserve field specification are not available to be chosen in this interface, as they would have the effect of reversing which bibliographic record is considered the target of the merge.

Track Record Merges

When 2 or more bib records are merged in a record bucket, all records involved are stamped with a new merge_date value. For any bib record, this field indicates the last time it was involved in a merge. At the same time, all subordinate records (i.e. those deleted as a product of the merge) are stamped with a merged_to value indicating which bib record the source record was merged with.

In the browser client bib record display, a warning alert now appears along the top of the page (below the Deleted alert) indicating when a record was used in a merge, when it was merged, and which record it was merge with, rendered as a link to the target record.

merge message with date

Merge Records Using Z39.50

  1. Search for a record in the catalog that you want to overlay.

  2. Select the record, and click MARC View.

  3. Select Mark for: Overlay Target.

    marcoverlay5
  4. Click Cataloging>Import Record from Z39.50.

  5. Search for the lead record that you want to overlay within the Z39.50 interface.

  6. Select the desired record, and click Overlay.

    marcoverlay6
  7. The record that you have targeted to be overlaid, and the new record, appear side by side.

    marcoverlay7
  8. You can edit the lead record before you overlay the target. To edit the record, click the Edit Z39.50 Record button above the lead record.

  9. The MARC editor will appear. You can make your changes in the MARC editor, or you can select the Flat Text Editor to make changes. After you have edited the record, click Modify in the top right corner, and then Use Edits in the bottom right corner. Note that the record you are editing is the version from the Z39.50 server not including any changes that would be made as a result of applying the selected merge file.

  10. You will return to the side-by-side comparison of the records and then can proceed with the overlay.

  11. Once you are satisfied with the record that you want to overlay, select a merge profile from the drop down box, Choose merge profile.

  12. Click Overlay. The overlay will occur, and you will be taken back to the Z39.50 interface.

  13. Note that the staff client remembers the last merge overlay profile that you selected, so the next time that you open the interface, it will default to that profile. Simply change the profile to make a different selection.

  14. Also note when the merge profile is applied, the Z39.50 record acts as the target of the merge. For example, if your merge profile adds 650 fields, those 650 fields are brought over from the record that already exists in the Evergreen database (i.e., the one that you are overlaying from Z39.50).

  15. Also note that merge profiles that contain a preserve field specification are not available to be chosen in this interface, as they would have the effect of reversing which bibliographic record is considered the target of the merge.

New Admin Settings

  1. Go to Admin>Local Administration>Library Settings Editor>Upload Default Merge Profile (Z39.50 and Record Buckets).

  2. Select a default merge profile, and click Update Setting. The merge profiles that appear in this drop down box are those that are created in MARC Batch Import/Export. Note that catalogers will only see merge profiles that are allowed by their org unit and permissions.