Draw SRU search indexes from config.metabib_search_alias
authorDan Scott <gitorious@coffeecode.net>
Thu, 3 Mar 2011 05:11:48 +0000 (00:11 -0500)
committerDan Scott <gitorious@coffeecode.net>
Thu, 3 Mar 2011 05:11:48 +0000 (00:11 -0500)
commit5d2354f69e6a71b9151cf71098e02a7574298ff9
treeb6cf7dd23c0964a41db601b566a9f6266e563e34
parentea807c1f535a12725f82038bd823d88c0c28a97d
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.
Open-ILS/src/perlmods/lib/OpenILS/Application/SuperCat.pm
Open-ILS/src/perlmods/lib/OpenILS/WWW/SuperCat.pm