Home → Summon Documentation → Summon Discovery Layer for Cardinal Libraries → Search widget HTML code
Last Updated 05/17/2023
Search box examples
For full formatting/CSS options, see example page here: http://sa5dw8mq9x.search.serialssolutions.com/ - this uses javascript for tab transitions
*Replace "SHORTNAME" with library's Summon URL
Search Everything
<form action="http://SHORTNAME.summon.serialssolutions.com/search">
<input type="text" name="s.q" onfocus="this.value='';" value="" size="25" placeholder="search for articles, books, authors, topics, etc.">
<input type="submit" value="Search"><br>
</form>
Book Search
<form action="http://SHORTNAME.summon.serialssolutions.com/search"><input name="s.fvf[]" value="ContentType,Book / eBook,f" type="hidden">
<input type="text" name="s.q" value="" size="25" placeholder="search by book title, author, ISBN, etc.">
<input type="submit" value="Search">
<br>
<input type="checkbox" style="background:transparent;border:0" name="s.fvf[]" value="IsFullText,true"> Ebooks Only
<input type="checkbox" style="background:transparent;border:0" name="s.ho" value="f"> Beyond Library Collection<br>
</form>
Library Catalog Search
<form action="http://SHORTNAME.summon.serialssolutions.com/search"> <input name="s.fvf[]" value="SourceType,Library Catalog,f" type="hidden">
<input type="text" name="s.q" onfocus="this.value='';" value="" size="25" placeholder="search the library catalog (mainly print items)">
<input type="submit" value="Search"><br>
<a href="http://SHORTNAME.summon.serialssolutions.com/#!/advanced">Advanced Search</a>
</form>
Journal Article Search
<form action="http://SHORTNAME.summon.serialssolutions.com/search"><input name="s.fvf[]" value="ContentType,Journal Article" type="hidden">
<input type="text" name="s.q" onfocus="this.value='';" value="" size="25" placeholder="search by title, topic, author, ISSN, DOI, etc.">
<input type="submit" value="Search">
<br>
<input type="checkbox" style="background:transparent;border:0" name="s.fvf[]" value="IsScholarly,true"> Scholarly & Peer Reviewed Only
<input type="checkbox" style="background:transparent;border:0" name="s.ho" value="f"> Beyond Library Collection<br>
</form>