[open-ils-commits] r427 - in servres/trunk/conifer: . custom (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 30 21:40:03 EDT 2009
Author: gfawcett
Date: 2009-04-30 21:40:02 -0400 (Thu, 30 Apr 2009)
New Revision: 427
Modified:
servres/trunk/conifer/TODO
servres/trunk/conifer/custom/lib_integration.py
Log:
hard-coded reference to new z3950 server at Conifer (leddy target).
Modified: servres/trunk/conifer/TODO
===================================================================
--- servres/trunk/conifer/TODO 2009-05-01 01:25:24 UTC (rev 426)
+++ servres/trunk/conifer/TODO 2009-05-01 01:40:02 UTC (rev 427)
@@ -2,8 +2,8 @@
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.
@@ -59,5 +59,5 @@
* "create course site" (not "add course")
+* save-sequence fails on IE6.
-
Modified: servres/trunk/conifer/custom/lib_integration.py
===================================================================
--- servres/trunk/conifer/custom/lib_integration.py 2009-05-01 01:25:24 UTC (rev 426)
+++ servres/trunk/conifer/custom/lib_integration.py 2009-05-01 01:40:02 UTC (rev 427)
@@ -85,6 +85,6 @@
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
More information about the open-ils-commits
mailing list