git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@427
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
IMPORTANT:
-* save-sequence fails on IE6.
-
+* Z39.50 may return e-journal records (with 856u hyperlinks) and other non-physical items.
+
* set up a proper issue-tracker?
* need more than 10 results on physical-item search results.
* "create course site" (not "add course")
-
+* save-sequence fails on IE6.
if query.startswith('http://concat'):
results = marcxml_to_dictionary(I.url_to_marcxml(query), multiples=True)
else:
- cat_host, cat_db = ('concat.ca:2210', 'conifer')
+ cat_host, cat_db = ('zed.concat.ca:210', 'OWA')
results = yaz_search.search(cat_host, cat_db, query, start, limit)
return results