[OPEN-ILS-GENERAL] Search URL's for evergreen opac

2015-02-03 Thread Walz, Jennifer
All -

   I had asked previously for help with a search form / widget for our web 
page.  THANK YOU for the guidance.

  Now we need to link our OCLC / Firstsearch interface.  They ask for search 
strings.   Is there a standard format for query strings?
ISBN Search Results URL:   Enter the URL for the screen that displays the 
results of an ISBN search of your catalog.

OCLC will do a search via the FirstSearch interface by ISBN, ISSN, and OCLC 
number.   What are the search strings for Evergreen that will make that work?   
Our root URL is this:  http://evergreen.asbury.edu/eg/opac/home/AU

Thanks!

Jennifer
--
Jennifer Walz, MLS - ILS mysterium
Kinlaw Library
Asbury University
1 Macklem Drive, Wilmore, KY 40390
859-858-3511 ext. 2269
jlw...@asbury.edu



Re: [OPEN-ILS-GENERAL] Search URL's for evergreen opac

2015-02-03 Thread Dan Scott
On Tue, Feb 3, 2015 at 4:05 PM, Walz, Jennifer jlw...@asbury.edu wrote:

  All –



I had asked previously for help with a search form / widget for our web
 page.  THANK YOU for the guidance.



   Now we need to link our OCLC / Firstsearch interface.  They ask for
 search strings.   Is there a standard format for query strings?

 *ISBN Search Results URL:   *Enter the URL for the screen that displays
 the results of an ISBN search of your catalog.



 OCLC will do a search via the FirstSearch interface by ISBN, ISSN, and
 OCLC number.   What are the search strings for Evergreen that will make
 that work?   Our root URL is this:
 http://evergreen.asbury.edu/eg/opac/home/AU


The minimum you need is:

ISBN:
http://evergreen.asbury.edu/eg/opac/results?qtype=identifier|isbnquery=99
ISSN:
http://evergreen.asbury.edu/eg/opac/results?qtype=identifier|issnquery=-
OCLC number:
http://evergreen.asbury.edu/eg/opac/results?qtype=identifier|scnquery=99

(where 9 stands in for the actual number)

You can view our WorldCat Registry configuration page at
http://www.worldcat.org/registry/Opac/87164

Dan