From 282d084c8fcef14d41d776489b938a5b240bb7a6 Mon Sep 17 00:00:00 2001 From: "Erin E. Sullivan" Date: Wed, 26 Apr 2023 12:32:11 -0400 Subject: [PATCH 1/2] Adding `LB Subject starts with` and updating dropdown menu to match Search. --- config/search_dropdown.yml | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/config/search_dropdown.yml b/config/search_dropdown.yml index 1402e8d..03f925d 100644 --- a/config/search_dropdown.yml +++ b/config/search_dropdown.yml @@ -4,37 +4,43 @@ :options: - :label: Keyword :value: keyword - :tip: Enter one or more keywords. Use quotes to search for a phrase (e.g. solar power; polar bears; “systems of oppression”). See tips about Basic Keyword Searching. + :tip: Enter one or more keywords. Use quotes to search for a phrase (e.g., solar power; polar bears; “systems of oppression”). See tips about Basic Keyword Searching. - :label: Title :value: title - :tip: Enter the first words in a title. Use quotes to search a phrase (e.g. One Hundred Years of Solitude; “The Fourth World”; Disability Visibility). + :tip: Enter the first words in a title. Use quotes to search for a phrase (e.g., One Hundred Years of Solitude; “The Fourth World”; Disability Visibility). + - :label: Title starts with + :value: title_starts_with + :tip: Search for titles that begin with a word or phrase (e.g., introduction to chemistry; history of Mexico; Asian art). - :label: Author :value: author - :tip: Search for items by author or contributor. Also search organizations or corporate authors (e.g. Kimmerer, Robin Wall; American Medical Association; 小川 洋子). + :tip: Search for items by author or contributor (e.g., Kimmerer, Robin Wall). Also search organizations or corporate authors (e.g., American Medical Association). Search for items by author using original scripts (e.g., 小川 洋子). - :label: Journal/Serial Title :value: journal_title - :tip: Search the title of a journal or serial publication (e.g. Detroit Free Press; “journal of the american medical association”; African-American newspapers). + :tip: Search the title of a journal or serial publication (e.g., Detroit Free Press; “journal of the american medical association”; African-American newspapers). + - :label: Subject + :value: subject + :tip: Use words or phrases to search subjects (e.g., plant physiology, Baldwin, James). + - :label: LC Subject starts with + :value: subject_browse_leftanchored + :tip: Enter words or phrases to see subjects that start with them (e.g., Baldwin, James; sociology dictionaries). - :label: Call Number starts with :value: call_number_starts_with - :tip: Search the first few letters and numbers of a call number (e.g. RC662.4 .H38 2016; QH 105). Learn about the meaning of call numbers (link points to external site). + :tip: Search the first few letters and numbers of a call number (e.g., RC662.4 .H38 2016; QH 105). Learn about the meaning of call numbers (link points to external site). - :label: Series (transcribed) :value: series :tip: Search the series title of a group of thematically-related books. Use ‘title’ search to find unique titles within a series (e.g., Politics of Race and Ethnicity, Brill's Annotated Bibliographies, Oxford Choral Music). - - :label: Year of Publication - :value: publication_date - :tip: Search by year (YYYY) (e.g. 2021, 1942) - :label: ISBN/ISSN/OCLC/etc :value: isn - :tip: Search by ISSN (8-digit code), ISBN (13- or 10-digit code), or OCLC number (e.g. 0040-781X; 0747581088; 921446069). + :tip: Search by ISSN (8-digit code), ISBN (13 or 10-digit code), or OCLC number (e.g., 0040-781X; 0747581088; 921446069). - :label: Browse by [BETA] :tip: Browse Tip :options: - :label: Browse by call number (LC and Dewey) :value: browse_by_callnumber - :tip: Browse by Library of Congress (LC) or Dewey call number, sorted alphanumerically (e.g. RC662.4 .H38 2016; QH 105, 880 J375re). Learn about the meaning of call numbers (link points to external site). + :tip: Browse by Library of Congress (LC) or Dewey call number, sorted alphanumerically (e.g., RC662.4 .H38 2016; QH 105, 880 J375re). Learn about the meaning of call numbers (link points to external site). - :label: Browse by author :value: browse_by_author - :tip: Browse an alphabetical list of authors. Authors can be people (put last names first), organizations, or events (e.g. Kingston, Maxine Hong; United Nations Development Programme; Pong, Chun-ho). + :tip: Browse an alphabetical list of authors. Authors can be people (put last names first), organizations, or events (e.g., Kingston, Maxine Hong; United Nations Development Programme; Pong, Chun-ho). - :label: Browse by subject :value: browse_by_subject - :tip: Browse an A-Z list of subjects (e.g. motion pictures; history--United States; Eliot, George). + :tip: Browse an A-Z list of subjects (e.g., motion pictures; history--United States; Eliot, George). From fc5644936208a1a6d43804fe157905cbe43f8373 Mon Sep 17 00:00:00 2001 From: "Erin E. Sullivan" Date: Tue, 16 May 2023 08:46:39 -0400 Subject: [PATCH 2/2] Renaming `subject_browse_leftanchored` to `lc_subject_starts_with` --- config/search_dropdown.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/search_dropdown.yml b/config/search_dropdown.yml index 03f925d..bdb64be 100644 --- a/config/search_dropdown.yml +++ b/config/search_dropdown.yml @@ -21,7 +21,7 @@ :value: subject :tip: Use words or phrases to search subjects (e.g., plant physiology, Baldwin, James). - :label: LC Subject starts with - :value: subject_browse_leftanchored + :value: lc_subject_starts_with :tip: Enter words or phrases to see subjects that start with them (e.g., Baldwin, James; sociology dictionaries). - :label: Call Number starts with :value: call_number_starts_with