From cbfb2d374d9ff31c069e1bd0e262ac9b5ec8dda3 Mon Sep 17 00:00:00 2001 From: gfawcett Date: Fri, 1 May 2009 01:40:02 +0000 Subject: [PATCH] hard-coded reference to new z3950 server at Conifer (leddy target). git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@427 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- conifer/TODO | 6 +++--- conifer/custom/lib_integration.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conifer/TODO b/conifer/TODO index 2d5fd62..1fd8390 100644 --- a/conifer/TODO +++ b/conifer/TODO @@ -2,8 +2,8 @@ CRITICAL: 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 @@ RECENTLY DONE: * "create course site" (not "add course") - +* save-sequence fails on IE6. diff --git a/conifer/custom/lib_integration.py b/conifer/custom/lib_integration.py index cc570a5..b04bb9a 100644 --- a/conifer/custom/lib_integration.py +++ b/conifer/custom/lib_integration.py @@ -85,6 +85,6 @@ def cat_search(query, start=1, limit=10): 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 -- 2.11.0