From 51095adda2b3be35ff6d7c10625b29a890bb7b1f Mon Sep 17 00:00:00 2001 From: Randall Floyd Date: Wed, 24 Apr 2024 14:06:05 -0400 Subject: [PATCH] Refinements to Help page text --- app/views/pages/help.html.erb | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/views/pages/help.html.erb b/app/views/pages/help.html.erb index 90038c31..6f6dacd7 100644 --- a/app/views/pages/help.html.erb +++ b/app/views/pages/help.html.erb @@ -16,7 +16,7 @@
  • Each collection has been assigned a number of subjects to describe the materials in the collection. A Subject search is similar to a keyword search, but instead of searching through the entire finding aid you are searching the assigned subjects of each collection.
  • -
  • +
  • You can search by Title to find a specific collection in Archives Online. 
  • @@ -31,6 +31,11 @@ document and the other is not, the item is not included in the resulting list. Y
    Example: A keyword search for love AND baseball will only return collections that represent both terms. A collection that includes the term "love" but not the term "baseball" will not be included in the resulting list. 

    +

    + OR—Either term must be represented in a collection. If one term or another is contained in a document, the item will be included in the results list. You would use OR if you're trying to expand your search. +
    + Example: A keyword search for love OR baseball will return collections that represent one or both of the terms. A collection that includes the term "love" but not the term "baseball" will be included in the resulting list. The same is true if a collection includes the "baseball" but not the term "love." +

    NOT—the first term is searched, then any records containing the term after the operators are subtracted from the results. You would use NOT if you're trying to limit your search.
    @@ -47,4 +52,11 @@ document and the other is not, the item is not included in the resulting list. Y
    Examples: base* returns results with "bases" or "based" or "baseball." wom?n returns results with "woman" or "women."

    - \ No newline at end of file +

    Searching by Repository

    +

    + Begin with any search in the search bar at the top of the page. Once on the results list, click on the "Repository" facet on the left hand side of the screen. Click on the repository you want to search within. The results list will now exclude hits from all repositories besides the one you selected. +

    +

    + Example:The results list from a keyword search for love AND baseball faceted by Lilly Library will only include Lilly Library collections that contain the terms love AND baseball. +

    +