From: Mike Rylander Date: Thu, 9 Feb 2017 20:29:52 +0000 (-0500) Subject: LP#1663374: Release notes for metarecord search by default X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ccf2b4e281f59da50bd62537d0e8a34f0a78eb86;p=working%2FEvergreen.git LP#1663374: Release notes for metarecord search by default Signed-off-by: Mike Rylander --- diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/Metarecord_search_by_default.adoc b/docs/RELEASE_NOTES_NEXT/OPAC/Metarecord_search_by_default.adoc new file mode 100644 index 0000000000..e85efd622d --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/Metarecord_search_by_default.adoc @@ -0,0 +1,12 @@ +Allow Metarecord Search by default +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Before the TPAC, a site could configure the OPAC to use metarecord searching +by default, via a configuration file. Here we bring that back. + +A new setting called search.metarecord_default is present in +templates/opac/parts/config.tt2 to enable this feature. By setting this to +a true value (normally 1) the TPAC will silently include the #metabib search +modifier in the search form on any interfaces that do not have a UI component +that allows the user to control the setting. + +