ILLiad Voyager OPAC Search Addon (WebView2)
This addon is only compatible with ILLiad Client v9.2.5 or later.
Name | Version | Author | Description |
---|---|---|---|
Voyager OPAC Search | 2.0.0 | Atlas Systems, Inc. | The Voyager OPAC Search performs a search using either a keyword or title search. |
Download
Download zip file VoyagerOPAC_v2.0.0.zip
Release Notes
v2.0.1:
Updated the addon to use the WebView2 embedded browser.
The addon is now only compatible with ILLiad Client v9.2.5 or later and cannot be used with previous versions of the client that do not contain support for WebView2.
Added a new ClassicKeywordValue setting, which allows you to configure the value used to perform the keyword search option for Classic WebVoyage catalogs. This setting is only used when the TomcatWebvoyage setting is set to false.
Configuration
Addon settings are configured in the Manage Addons form.
Setting Name | Default Value | Type | Description |
---|---|---|---|
OPACURL | string | The URL for your Voyager OPAC. (i.e. http://catalog.princeton.edu) | |
TomcatWebvoyage | False | boolean | Indicates if the catalog uses Tomcat Webvoyage if true. When false, the classic webvoyage is used. |
TomcatLocationLabelSpanClass | fieldLabelSpan | string | The CSS class for the span surrounding the location label. e.g. <span class="fieldLabelSpan">Location:</span> |
TomcatLocationValueSpanClass | subfieldData | string | The CSS class for the span surrounding the location value. e.g. <span class="subfieldData">LAW Library</span> |
TomcatCallNumberLabelSpanClass | fieldLabelSpan | string | The CSS class for the span surrounding the call number label. e.g. <span class="fieldLabelSpan">Call Number:</span> |
TomcatCallNumberValueSpanClass | subfieldData | string | The CSS class for the span surrounding the call number value. e.g. <span class="subfieldData">QA76.73.L82J96 2007</span> |
ClassicKeywordValue | FT* | string | The value for the keyword search option for Classic WebVoyage. e.g. <OPTION SELECTED VALUE="FT*">Keyword</OPTION> This setting is only used when the TomcatWebvoyage setting is set to false. |