From 71c259932defeda7b2e066ade89f1ad3d23f1e3a Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 2 May 2017 13:33:54 -0400 Subject: [PATCH] Docs: Documentation for default metarecord search Adding documentation on how to configure a default metarecord search in the admin section. The catalog section also containts a tip about this option with a link to the admin section for further details on how to configure it. Signed-off-by: Kathy Lussier --- docs/opac/new_skin_customizations.adoc | 6 ++++++ docs/opac/tpac_meta_record_holds.adoc | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/docs/opac/new_skin_customizations.adoc b/docs/opac/new_skin_customizations.adoc index 28d9b19039..7ad5e79286 100644 --- a/docs/opac/new_skin_customizations.adoc +++ b/docs/opac/new_skin_customizations.adoc @@ -40,6 +40,8 @@ that include placeholder images, text, or links that you should override. NOTE: All paths are relative to `/openils/var/templates/opac` +[[configtt2]] + * `parts/config.tt2`: contains many configuration settings that affect the behavior of the TPAC, including: ** hiding the *Place Hold* button for available items @@ -55,6 +57,10 @@ NOTE: All paths are relative to `/openils/var/templates/opac` ** disallowing password or e-mail changes (useful for libraries that use centralized authentication or single sign-on systems) ** displaying a maintenance message in the public catalog and KPAC (this is controlled by the _ctx.maintenance_message_ variable) ** displaying previews of books when available from Google Books. This is controlled by the _ctx.google_books_preview_ variable, which is set to 0 by default to protect the privacy of users who might not want to share their browsing behavior with Google. + ** disabling the "Group Formats and Editions" search. This is controlled by +setting the metarecords.disabled variable to 1. + ** setting the default search to a 'Group Formats and Editions' search. This +is done by setting the search.metarecord_default variable to 1. * `parts/footer.tt2` and `parts/topnav_links.tt2`: contains customizable links. Defaults like 'Link 1' will not mean much to your users! * `parts/homesearch.tt2`: holds the large Evergreen logo on the home page diff --git a/docs/opac/tpac_meta_record_holds.adoc b/docs/opac/tpac_meta_record_holds.adoc index 6d8955192a..d20e3dad60 100644 --- a/docs/opac/tpac_meta_record_holds.adoc +++ b/docs/opac/tpac_meta_record_holds.adoc @@ -3,12 +3,20 @@ TPAC Metarecord Search and Metarecord Level Holds Metarecords are compilations of individual bibliographic records that represent the same work. This compilation allows for several records to be represented on a single line on the TPAC search results page, which can help to reduce result duplications. + *Advanced Search Page* Selecting the *Group Formats and Editions* checkbox on the Advanced Search page allows the user to perform a metarecord search. image::media/advsrchpg_1.jpg[] +[TIP] +Administrators can also configure the catalog to default to a *Group Formats and +Editions* search by enabling the <> on +the server. Setting this option will pre-select the checkbox on the Advanced +Search and Search Result Pages. Users can remove the checkmark, but new searches +will revert to the default search behavior. + *Search Results Page* Within the Search Results page, users can also refine their searches and filter on metarecord search results by selecting the *Group Formats and Editions* checkbox. -- 2.43.2