]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1663374: Allow metarecord searching by default
authorMike Rylander <mrylander@gmail.com>
Wed, 7 Dec 2016 21:47:01 +0000 (16:47 -0500)
committerKathy Lussier <klussier@masslnc.org>
Thu, 16 Feb 2017 02:43:08 +0000 (21:43 -0500)
commite95f48b665e998fbccc380b0c7031270840f2287
tree06d7691bae91e21613b6a00948bdc9ed7589f606
parent9e34ab959c120ed6b65b065704bc71ff34d676c1
LP#1663374: Allow metarecord searching 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 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.

Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader.pm
Open-ILS/src/templates/opac/parts/advanced/search.tt2
Open-ILS/src/templates/opac/parts/config.tt2
Open-ILS/src/templates/opac/parts/searchbar.tt2