Search MARC Authorities
NOT UPDATED
Search/Get Authority records for the Authority app (UXPROD-2942)
- TO support the Authority app, we need a way to Search and Retrieve MARC Authority records
- Need to consider with our search implementation > browse.
- User expectations for searching: when searching just for authority records, I need to be able to search the following MARC Authority Format fields: 100 Personal name, 110 Corporate name, 111 Conference name, 130 Uniform or series title, 150 Subject, 151 Geographic place, 155 Genre. I also need to retrieve authority records based on the cross-references, i.e. the 4XX and 5XX versions of all these fields. It is also useful to be able to search on the LCCN (Library of Congress Control number, field 010) and a system identifier, if possible.
NFRs
These results need to return via the UI.
#of results returned | time to retrieve all results AND display results* |
---|---|
1 million | 3 seconds |
1 - 3 million | 5 seconds |
3 - 5 million | 8 seconds |
5 - 10 million | 10 seconds |
10 - 15 million | 12 seconds |
*Assumption: We can retrieve within these times BUT display will be supported with pagination meaning we will retrieve AND be able to get enough Authority records for UI display
See first tab for number of Authority records has per library: https://docs.google.com/spreadsheets/d/10GiFrfZee8aY8PcE0JJxf-lWtMkddFWnOYo_tiKYXrs/edit#gid=1474082758
Additional NFRs
- Results should be paginated
- Offset and limit parameters will determine pagination
- Results should contain a JSON response with keys: records (array of associated instance UUIDS), recordCount (integer)
- A search with no results should have an empty records array and count of 0
General Functional Requirements
- Using Elastic Search will support: Exact phrase, Boolean, Truncation, Wildcard (TBD)
List of MARC Authority fields - https://www.loc.gov/marc/authority/ecadlist.html
SEARCH (In addition to keyword, a user can select a fielded search option from the search dropdown to search specific MARC fields)
In addition to keyword, a user can select a fielded search option from the search dropdown to search specific MARC fields | MARC field /subfield | Comments | Scenario(s) for using search option |
---|---|---|---|
Keyword |
| 10/27/2021 - Do not search 4XX/5XX $w and $i but display if available Document Keyword search requirements | Scenarios for using this option
|
Personal name | Update authority schema to include h3. Resources | 100 - NR 400 - Repeatable 500 - Repeatable
| |
Corporate/Conference Name | Update authority schema to include h3. Resources Update authority schema to include h3. Resources | 110 - NR 111 - NR 410 - Repeatable 411 - Repeatable 510 - Repeatable 511 - Repeatable | |
Uniform or series title |
| 130 - NR 430 - Repeatable 530 - Repeatable 10/27/2021 - Do not search 4XX/5XX $w and $i but display if available | |
Subject |
| 150 - NR 450 - Repeatable 550 - Repeatable 10/27/2021 - Do not search 4XX/5XX $w and $i but display if available | |
Children's subject headings |
| 008 - NR | |
Geographic name |
| 151 - NR 451 - Repeatable 551 - Repeatable 10/27/2021 - Do not search 4XX/5XX $w and $i but display if available | |
Genre |
| 155 - NR 455 - Repeatable 555 - Repeatable 10/27/2021 - Do not search 4XX/5XX $w and $i but display if available | |
Identifier - all |
| 001 - NR 010 - NR 024 - Repeatable 035 - Repeatable | |
Name-title | 100 a-d,f,k-t 110 a-d,f,k-t 111 a-d,f,k-t 400 a-d,f,k-t 410 a-d,f,k-t 411 a-d,f,k-t 500 a-d,f,k-t 510 a-d,f,k-t 511 a-d,f,k-t | 10/27/2021 - New requirement | |
Authority UUID |
| NR | |
Notes (Not for Lotus release) |
| 667 - Repeatable |
Filters
MARC field/subfield | MARC field /subfield | Input type | Requirement |
---|---|---|---|
Record Creation Date | 008 positions 00-05 | Date picker filter | |
Record Last Updated by | 005 - DATE AND TIME OF LATEST TRANSACTION | Date picker filter | |
Exclude 4XX & 5XX in search results |
| Single checkbox |
Facets
MARC field/subfield | MARC field /subfield | Release | Comments |
---|---|---|---|
Subject heading/thesaurus | 008 - FIXED-LENGTH DATA ELEMENTS | [11] Subject heading system/thesaurus | ||
Authority File - Source | Will not be MARC value - Implementation TBD |
Additional details:
- From Steven Folsom: In case it's helpful (I think I shared this before), here is a spreadsheet with indexing decisions made by catalogers for searching different authorities in an LD4P work area: https://docs.google.com/spreadsheets/d/1rPvEoP9iYNkxJ0eWC8gXe3ci7e6mhW0da59xkGhadi0/edit#gid=745128104
- Feb 2021 User feedback
- March 2021 User feedback
- June 2021 User feedback
- June 2021 use cases: See Rows (8-10)
- NFRs