Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide service manager with a list of all possible search facets #2520

Open
caaster opened this issue Aug 23, 2024 · 1 comment
Open

Provide service manager with a list of all possible search facets #2520

caaster opened this issue Aug 23, 2024 · 1 comment

Comments

@caaster
Copy link

caaster commented Aug 23, 2024

Understanding that this could change in the future, for right now it would be very helpful to have a list of all possible search facets for an exhibit. I will include this in internal service manager documentation. Thank you.

@corylown
Copy link
Contributor

@caaster here's the current list of possible facet fields (not including any custom fields)
The first value is the Solr field name followed by the default display label if one is configured.

'author_no_collector_ssim', label: 'Author (no Collectors)'
'author_other_facet', label: 'Organization (as author)'
'author_person_facet', label: 'Author' # includes Collectors
'box_ssi', label: 'Box'
'collector_ssim', label: 'Collector'
'era_facet', label: 'Era'
'folder_ssi', label: 'Folder'
'format_main_ssim', label: 'Resource type'
'genre_ssim', label: 'Genre'
'geographic_facet', label: 'Region'
'language', label: 'Language'
'place_created_ssim', label: 'Place created'
'pub_year_no_approx_isi', label: 'Date (no approx)'
'pub_year_tisim', label: 'Date Range'
'pub_year_w_approx_isi', label: 'Date'
'publisher_ssim', label: 'Publisher'
'repository_ssim', label: 'Repository'
'series_ssi', label: 'Series'
'topic_facet', label: 'Topic'

The Donor tags, Folder Name and Document subtype facets below were added as a specific need of the Feigenbaum exhibit.

'collection_with_title', label: 'Collection'
'doc_subtype_ssi', label: 'Document Subtype'
'donor_tags_ssim', label: 'Donor tags'
'folder_name_ssi', label: 'Folder Name'
'related_document_id_ssim'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants