the standard Evergreen template. In theory you should be able to change just
a few colors and everything will work, but in practice you will need to
experiment to avoid light-gray-on-white low-contrast combinations.
+
+The following are templates that are less frequently overridden, but some libraries benefit from the added customization options.
+
+* `parts/advanced/numeric.tt2`: defines the search options of the Advanced Search > Numeric search. If you wanted to add a bib call number search option, which is different from the item copy call number; you would add the following code to `numeric.tt2`.
++
+------------------------------------------------------------------------------
+<option value="identifier|bibcn">[% l('Bib Call Number') %]</option>
+------------------------------------------------------------------------------
+
* *Series*: finds the terms you enter in the title of a multi-part series.
-* *Bib Call Number*: finds the terms you enter in the call number field of a bib record.
-
[TIP]
=============
-To search an item copy call number, if different from _Bib Call Number_, use <<numeric_search, _Advanced Search: Numeric_>>
+To search an item copy call number, use <<numeric_search, _Advanced Search: Numeric_>>
=============
Formats