add some search indexes to opac advanced search that are on quick search

This adds ISBN and Call Number, which are in the quick search index
list, but are not in the advanced search index lists.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Michael Hafen 2009-02-02 16:24:53 -07:00 committed by Galen Charlton
parent db568fdee5
commit 330ddf4857

View file

@ -185,6 +185,16 @@
<option value="se,wrdl" selected="selected">Series Title</option>
<!-- TMPL_ELSE -->
<option value="se,wrdl">Series Title</option><!-- /TMPL_IF -->
<!-- TMPL_IF NAME="selected" -->
<option value="nb" selected="selected">ISBN</option>
<!-- TMPL_ELSE -->
<option value="nb">ISBN</option>
<!-- /TMPL_IF -->
<!-- TMPL_IF NAME="selected" -->
<option value="callnum" selected="selected">Call Number</option>
<!-- TMPL_ELSE -->
<option value="callnum">Call Number</option>
<!-- /TMPL_IF -->
</select>
<input type="text" size="30" name="q" title="Enter search terms" value="" />
<!-- TMPL_IF NAME="expanded_options" -->