NC Cardinal Support and Staff Education
  • Home
  • Submit a Request
  • Check on a Request
  • Knowledge Books
    • About NC Cardinal
    • Circulation in Evergreen
    • Cataloging in NC Cardinal
    • Administration Manual for Libraries
    • Reports in Evergreen
    • Resource Sharing
    • Student Access Initiative
    • Acquisitions in Evergreen
    • Serials in Evergreen
    • Offline Transactions
    • Evergreen Upgrades
    • Libraries Migrating into NC Cardinal
    • Summon Documentation
    • Troubleshooting in Evergreen
HelpSpot help desk software

Home → Summon Documentation → Summon Discovery Layer for Cardinal Libraries → Search widget HTML code

1.3. Search widget HTML code

Last Updated 05/17/2023


Search Widget HTML Code

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&nbsp;
<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&nbsp;
<input type="checkbox" style="background:transparent;border:0" name="s.ho" value="f"> Beyond Library Collection<br>
</form>

 

This page was: Helpful | Not Helpful


NC Cardinal is supported by the Institute of Museum and Library Services under the provisions of the federal Library Services and Technology Act (LSTA), as administered by the State Library of North Carolina, a division of the Department of Natural and Cultural Resources.