From 862de7e1effbc79baa98d19fb6578a8af3c587ad Mon Sep 17 00:00:00 2001 From: spmorrison <101879901+spmorrison@users.noreply.github.com> Date: Tue, 12 Nov 2024 15:42:48 -0500 Subject: [PATCH] Docs Update search_results.adoc Adding info on hiding/showing facets per 3.14 bug fix https://bugs.launchpad.net/evergreen/+bug/2073988 --- .../staff_catalog/pages/search_results.adoc | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/modules/staff_catalog/pages/search_results.adoc b/docs/modules/staff_catalog/pages/search_results.adoc index 9c32abcf2ca..1b7499903c1 100644 --- a/docs/modules/staff_catalog/pages/search_results.adoc +++ b/docs/modules/staff_catalog/pages/search_results.adoc @@ -83,14 +83,26 @@ If a branch is selected in the Library Selector, only information for the branch Facets appear on the left side of the Search Results page. These facets are grouped by categories such as author, subject, genre, series, and more. Each category contains the most common information in your search results' MARC records. -image::search_results/facets.png[Screenshot with the facets panel highlughted, as described above.] +image::search_results/facets.png[Screenshot with the facets panel highlighted, as described above.] Select a facet within a given category to limit the search results to the selected facet. Select the facet again to remove your selection. +=== Hide or Show Facets === + +3.14 introduced the ability to collapse facets in the staff catalog search. This preference is sticky. + +To hide facets, click the *Hide Facets* button at the top of the search results. + +image::search_results/hide_facets.png[Hide facets in staff catalog search results.] + +To show facets in the search results, click the *Show Facets* button. + +image::search_results/show_facets.png[Show facets in staff catalog search results.] + == Buckets == Record Buckets can also be accessed from the left side. -For more information on the Buckets subtab, see the xref:cataloging:record_buckets.adoc#add_records_from_catalog[Buckets documentation]. \ No newline at end of file +For more information on the Buckets subtab, see the xref:cataloging:record_buckets.adoc#add_records_from_catalog[Buckets documentation].