]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/oils_z3950.xml.example
LP#1178377: Expose bib source in TPAC
[working/Evergreen.git] / Open-ILS / examples / oils_z3950.xml.example
1 <client>
2    <database name="CONS">
3      <!-- Change "localhost" to your server's name as appropriate. -->
4      <zurl>http://localhost/opac/extras/sru/-/holdings</zurl>
5      <option name="sru">get</option>
6      <charset>marc-8</charset>
7      <search>
8        <querytype>cql</querytype>
9        <map use="4"><index>eg.title</index></map>
10        <map use="7"><index>eg.isbn</index></map>
11        <map use="8"><index>eg.issn</index></map>
12        <map use="21"><index>eg.subject</index></map>
13        <map use="1003"><index>eg.author</index></map>
14        <map use="1018"><index>eg.publisher</index></map>
15        <map use="1035"><index>eg.keyword</index></map>
16        <map use="1016"><index>eg.keyword</index></map>
17      </search>
18    </database>
19    <database name="BR1">
20      <!-- Change "localhost" to your server's name as appropriate. -->
21      <zurl>http://localhost/opac/extras/sru/BR1/holdings</zurl>
22      <option name="sru">get</option>
23      <charset>marc-8</charset>
24      <search>
25        <querytype>cql</querytype>
26        <map use="4"><index>eg.title</index></map>
27        <map use="7"><index>eg.isbn</index></map>
28        <map use="8"><index>eg.issn</index></map>
29        <map use="21"><index>eg.subject</index></map>
30        <map use="1003"><index>eg.author</index></map>
31        <map use="1018"><index>eg.publisher</index></map>
32        <map use="1035"><index>eg.keyword</index></map>
33        <map use="1016"><index>eg.keyword</index></map>
34      </search>
35    </database>
36 </client>