Skip to main content

Koha / Aspen Documentation

Koha Circulation Basics:


How to embed an Aspen search box on your library website

Copy and paste the following code to embed a search box into your website, substituting your library name before "aspendiscovery.org" in your Aspen catalog URL for MYLIBRARY.

<form action="https://MYLIBRARY.aspendiscovery.org/Union/Search" method="get" target="_blank"> <input name="searchSource" value="local" type="hidden"> <input name="basicType" value="Keyword" type="hidden"> <div> <input title="Enter one or more terms to search for. Surrounding a term with quotes will limit result to only those that exactly match the term." name="lookfor" value="" size="40" type="text"> <input type="submit" alt="Search Catalog" value="Search the Catalog"> </div> </form>


Here's a working example, using the LCLD library as a search: