From: Galen Charlton Date: Mon, 20 Sep 2021 15:55:41 +0000 (-0400) Subject: LP#1922273: add release note X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2643d55623529ae20227846f462101c00de3db9b;p=evergreen%2Fmasslnc.git LP#1922273: add release note Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/miscellaneous.adoc b/docs/RELEASE_NOTES_NEXT/miscellaneous.adoc index f55084f635..ec67ee8532 100644 --- a/docs/RELEASE_NOTES_NEXT/miscellaneous.adoc +++ b/docs/RELEASE_NOTES_NEXT/miscellaneous.adoc @@ -21,3 +21,10 @@ * New database rules now protect bre.id -1, acn.id -1 and acl.id 1 from editing. * The item table in the Angular staff catalog record details page now includes 'Total Circ Count' and 'Last Circ Date' columns. +* There is a new library setting, 'Staff Catalog Search Filters', that can be + used to customize the list of search filters that are available on the + Angular staff catalog advanced search form. This setting takes an array + of desired filters, e.g., `["item_lang","audience","lit_form"]`. The complete + list of available filters is item_type, item_form, item_lang, audience, + vr_format, bib_level, and lit_form. If the library setting is not set, + all of the filters are displayed.