This page contains ready-made boxes you can copy or map into your LibGuides.
Below is a selection of database search widgets generated using the EBSCO Search Box Builder and edited to enhance web accessibility. Feel free to copy them into your LibGuides.
You can use the EBSCO Search Box Builder to create customized widgets for searching individual or multiple EBSCO databases. Depending on which customization options you select, some coding tweaks may be necessary to ensure web accessibility. To minimize the amount of code that will need to be edited, follow the recommendations below.
Note that when adding code of this nature to a LibGuide, Springshare recommends using the Media/Widget content item rather than the Rich Text/HTML content item.
Further down on this page is a tabbed search widget followed by a selection of catalog search boxes generated using the Primo Search Box Builder and edited to enhance web accessibility. Feel free to copy one or more of them into your LibGuides.
Note that each search box has a label above it that says, "Enter keywords."
Labels are necessary for web accessibility, but if you want to use different wording, such as "Enter search terms," "Search for," or whatever you prefer, do the following:
<input type="hidden" name="query" id="primoQuery"><label>Enter keywords:<br>
<input type="text" id="primoQueryTemp" value="" size="35"></label>
The ready-made catalog search boxes on this page represent only a few of the options available via the Primo Search Box Builder. If you'd like to use the widget creator to make your own search boxes, go for it! However, you'll need to insert some additional code to make each search box web accessible, and to ensure proper functionality.
Note that when adding code of this nature to a LibGuide, Springshare recommends using the Media/Widget content item rather than the Rich Text/HTML content item.
For keyword search boxes, you'll need to add a label, such as "Enter keywords," as shown below.
Note that the label doesn't have to say "Enter keywords." You can use any meaningful wording, such as "Search for," "Enter search terms," or whatever you prefer.
To add labels to keyword search boxes:
<input type="hidden" name="query" id="primoQuery">
<input type="text" id="primoQueryTemp" value="" size="35">
<input type="hidden" name="query" id="primoQuery"><label>Enter keywords:<br>
<input type="text" id="primoQueryTemp" value="" size="35"></label>
It has been observed that FLVC search boxes can sometimes interfere with each other, resulting in strange search results. To avoid this, each search box should be assigned a unique identifier.
<form id="searchForm1" name="searchForm1" method="get" target="_blank" action="https://mdc-flvc.primo.exlibrisgroup.com/discovery/search" enctype="application/x-www-form-urlencoded; charset=utf-8" onsubmit="searchPrimo('searchForm1')">
<form id="FluffyBunny1" name="FluffyBunny1" method="get" target="_blank" action="https://mdc-flvc.primo.exlibrisgroup.com/discovery/search" enctype="application/x-www-form-urlencoded; charset=utf-8" onsubmit="searchPrimo('FluffyBunny1')">
<!-- Search Button -->
<input id="go" title="Search" type="button" onclick="searchPrimo('searchForm1')" value="Search" alt="Search">
Who says the search button has to say "Search?" You can change it to "Go," or whatever you prefer.
You can also pre-populate the box with specific search terms. Contact Jenny for assistance.
Find books, articles, videos, & more.
Find books in the library and online.
Find magazine, newspaper, and scholarly journal articles.
Find streaming videos and DVDs.
Find materials your professors have placed on reserve in the library.
If you'd like to copy or map to the search box from the LibGuide landing page (see screenshot below), select the "Begin Your Research" box from the "Landing Page Boxes2" guide.
This page was created and is maintained by Jenny Saxton,
with technical advice provided by Angel Hernandez.
Questions and comments are welcome.