[OPEN-ILS-DEV] Z39.50 targets
Grant Johnson
fgjohnson at upei.ca
Wed Oct 20 13:01:06 EDT 2010
Hi Ho...
We applied the Conifer "unicode" patch to add an "a" to position 9 in
the LDR for returned records to resolve what seemed to be random
problems with some Z39.50 clients failing when searching.
Worked like a charm... Thanks Dan!
Now my Interlibrary Loan folks (RELAIS) indicate that THEY don't
support utf-8...
This is our xml2marc-yaz.cfg and dgo.conf ... Can I add an additional
target somehow?
<yazgfs>
<server id="islandpines">
<retrievalinfo>
<retrieval syntax="xml"/>
<retrieval syntax="marc21">
<backend syntax="xml">
<marc inputformat="xml" outputformat="marc"
inputcharset="utf-8" outputcharset="marc-8"/>
</backend>
</retrieval>
</retrievalinfo>
</server>
</yazgfs>
<client>
<database name="evergreen">
<zurl>http://islandpines.roblib.upei.ca/opac/extras/sru/upei/holdings</zurl>
<option name="sru">get</option>
<charset>marc-8</charset>
<search>
<querytype>cql</querytype>
<map use="4"><index>eg.title</index></map>
<map use="7"><index>eg.keyword</index></map>
<map use="8"><index>eg.keyword</index></map>
<map use="21"><index>eg.subject</index></map>
<map use="1003"><index>eg.creator</index></map>
<map use="1018"><index>eg.publisher</index></map>
<map use="1035"><index>eg.keyword</index></map>
<map use="1016"><index>eg.keyword</index></map>
</search>
</database>
</client>
--
F. Grant Johnson
Systems Manager - Robertson Library
email : fgjohnson at upei.ca, phone: 566-0630
cell: 393-4920
skype: jetsongeorge | twitter: fgjohnson | facebook: fgjohnson | blog:
granitize.blogspot.com
More information about the Open-ils-dev
mailing list