Hi there,
I am creating my first plugin for my university library. So forgive me it this is a Newbie issue.
My Plist is pasted below. When I test it, however I get no results.
What am I doing wrong?
Thanks.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>University of Otago Library</string>
<key>EngineUrl</key>
<string>https://otago.primo.exlibrisgroup.com/discovery/search?query=any%2Ccontains%2C_agentQuery_&tab=all&search_scope=all&vid=64OTAGO_INST%3ADUNEDIN&offset=_agentOffset__&came_from=pagination_1_2</string>
<key>Identifier</key>
<string>otago.primo.exlibrisgroup.com</string>
<key>Info</key>
<string>University of Otago Library Plugin</string>
<key>Name</key>
<string>University of Otago Library</string>
<key>OffsetPerPage</key>
<integer>1</integer>
<key>Operators</key>
<integer>59</integer>
<key>ParseLinks</key>
<true/>
<key>ResultsPerPage</key>
<integer>10</integer>
<key>Start</key>
<integer>0</integer>
<key>Version</key>
<string>1.0</string>
</dict>
</plist>