opac:dynamic_api
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| opac:dynamic_api [2008/12/07 19:57] – created dbs | opac:dynamic_api [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======OUTDATED Dynamic OPAC GET parameters====== | ||
| + | (developed jointly during the LibX for Evergreen hackfest session at Access 2008) | ||
| + | |||
| + | NOTE: These instructions are also available in the Evergreen documentation at [[http:// | ||
| + | |||
| + | Template search URL: | ||
| + | **hostname**/ | ||
| + | |||
| + | =====Scope to a library hierarchy parent or child===== | ||
| + | **l** parameter: | ||
| + | * integer-or-SHORTNAME | ||
| + | |||
| + | =====Search type values===== | ||
| + | **rt** parameter: | ||
| + | * keyword | ||
| + | * title | ||
| + | * author | ||
| + | * subject | ||
| + | * series | ||
| + | |||
| + | =====Sorting===== | ||
| + | In the absence of **s** or **sd** parameter, it defaults to '' | ||
| + | |||
| + | ====Sorting types==== | ||
| + | **s** parameter: | ||
| + | * pubdate | ||
| + | * title | ||
| + | * author | ||
| + | |||
| + | ====Sort direction==== | ||
| + | **sd** parameter: | ||
| + | * asc | ||
| + | * desc | ||
| + | |||
| + | =====Advanced search (multiple fields)===== | ||
| + | Uses **rt=multi**; | ||
| + | * tp=& | ||
| + | |||
| + | =====ISBN and ISSN search===== | ||
| + | Can only search one at a time: | ||
| + | * rt=isbn& | ||
| + | * rt=issn& | ||
| + | |||
| + | =====Call Number search===== | ||
| + | http:// | ||