LP#1922273: add release note
authorGalen Charlton <gmc@equinoxOLI.org>
Mon, 20 Sep 2021 15:55:41 +0000 (11:55 -0400)
committerGalen Charlton <gmc@equinoxOLI.org>
Mon, 20 Sep 2021 15:56:58 +0000 (11:56 -0400)
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
docs/RELEASE_NOTES_NEXT/miscellaneous.adoc

index f55084f..ec67ee8 100644 (file)
 * 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.