Plugin returns no results

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_&amp;tab=all&amp;search_scope=all&amp;vid=64OTAGO_INST%3ADUNEDIN&amp;offset=_agentOffset__&amp;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>

Welcome @Mannyk16

This site and it’s search engine require JavaScript to operate. This is currently not supported in DEVONagent.

OK, thank you. That’s disappointing but makes sense.

You’re welcome. This may be a feature in the next major release. However, that won’t be released any time soon.