Adding an Evergreen search form to a web page ============================================= To enable users to quickly search your Evergreen catalog, you can add a simple search form to any HTML page. The following code demonstrates how to create a quick search box suitable for the header of your web site: .Sample search form [source,html] ------------------------------------------------------------------------------
------------------------------------------------------------------------------ <1> Replace ''example.com'' with the hostname for your catalog. To link to the Kid's OPAC instead of the TPAC, replace ''opac'' with ''kpac''. <2> Replace ''keyword'' with ''title'', ''author'', ''subject'', or ''series'' if you want to provide more specific searches. You can even specify ''identifier|isbn'' for an ISBN search. <3> Replace ''4'' with the ID number of the organizational unit at which you wish to anchor your search. This is the value of the ''locg'' parameter in your normal search.