]> git.evergreen-ils.org Git - Evergreen.git/commit
Draw SRU search indexes from config.metabib_search_alias
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Mar 2011 05:44:33 +0000 (05:44 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 3 Mar 2011 05:44:33 +0000 (05:44 +0000)
commitab854adf4957f810ec30d5d24ca327f49249c94d
treeb6cf7dd23c0964a41db601b566a9f6266e563e34
parentf4058c42356f3027c6aff310482b4246560b031e
Draw SRU search indexes from config.metabib_search_alias

We had hardcoded search indexes for SRU, but thanks to the work
of Mike Rylander, it is fairly easy to remove that brittle code
and replace it with code that polls the contents of
config.metabib_search_alias and dumps it into the explain document.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@19564 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm