[Koha] Catalog Search box on website

Galen Charlton galen.charlton at liblime.com
Fri Jul 10 07:55:29 NZST 2009


Hi,

2009/7/9 Melanie Hedgespeth <melanie at salpublib.org>:
> We would like to have a catalog search option on the front page of our
> website.

It takes adding just a bit of HTML to your front page, along the lines of

<form name="searchform" method="get"
action="http://YOUR_OPAC_HOST/cgi-bin/koha/opac-search.pl">
  <input type="text" name="q" />
  <input type="submit" value="Search Catalog" />
</form>

Regards,

Galen
-- 
Galen Charlton
VP, Research & Development, LibLime
galen.charlton at liblime.com
p: 1-888-564-2457 x709
skype: gmcharlt


More information about the Koha mailing list