-
Notifications
You must be signed in to change notification settings - Fork 3
Browse Search: Subject, Author, Title
Browse search is an advanced research tool which allows power users and library workers (and others who stumble on it) to navigate through our collections in different ways.
...and why it's important
- Subject: Because cataloging practice suggests using the most specific form of a subject and most non-catalogers don't have subjects memorized, subject browse is a good way to get a big picture. This is often used by experts and can be important for library workers assisting patrons. For example, if I browse search "immigration" in our catalog, I can see various different specific subjects in the results. This would be very helpful if I were trying to help a patron find the niche thing they're looking for without knowing the exact subject.
- Author: Because we use controlled values for author names, this can be very helpful for finding the exact author you're looking for. It's another good one for power users and helping patrons. This should allow for wildcard/stemmed search of author names, e.g. Sanders, E*.
- Title: While not as useful since we have a really good title search, this still has utility when we want to deal with items which have very common words in the title. What would be most useful here might be the left-anchored search so that people can put in common-word/one-word titles & the like and then get an alphabetically-ordered list of results.
We will use the fullest form of the subject for Browse, probably using something like subject_facet
.
We will index the full value of the 110/111/100 or 710/711/710. This seems to be combined in all_authors_facet
.
We will index the MARC 245ab for the title field. We have it in title_245ab_tsim
, but we use title_sort
which is configured as a facet but not in the Solr response.
We match from beginning of the string and the results will be alphabetical. So "Immigr" takes us to the first word beginning with it: https://catalog.libraries.psu.edu/browse/subjects?prefix=Immigr
In results, we put a couple items before the field so that people understand they're in the middle of thing and can navigate between them. Display numbers of results next to each so that people have an idea of how many they're going to be looking at. This is most important for subject, but would be useful for author.
Results ordering: alphabetical.
- Home
- Testing Documentation for Product Owner
- Components, Features, and Functions
- Library Faceting and Locations Management
- Advanced Search
- Browse Items By Library of Congress Call Number
- Browse by Subject, Author, and Title
- Availability Display
- Summary Holdings Display
- Holdings and Availability for Bound-Withs
- Holds and ILL
- Requesting Items with Aeon
- Course Reserves
- Google Books and HathiTrust Integration
- Bento Integration
- Indexing and Display
- Sources of Catalog Data
- Display Fields
- Title Fields
- Author and Creator Fields
- Thesis Department
- ISSNs and ISBNs
- URL Fields
- Publication and Edition Fields
- Material Characteristics Fields
- Language Fields
- Subject Fields
- Genre Fields
- Note Fields
- Serials
- Bound-Withs
- Formats
- Media Types
- Access Facet
- Open Access Facet
- Call Numbers
- OCLC Number
- LCCN
- Report Numbers
- Endowment Codes and Names
- Adding Linked to Request Scanning
- Summary Holdings Indexing
- My Account
- Tests
- Development Setup and Notes
- Deployment Notes