]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/examples/oils_z3950.xml.example
Make some oils_ctl.sh improvements.
[working/Evergreen.git] / Open-ILS / examples / oils_z3950.xml.example
1 <client>
2    <database name="OILS">
3      <!-- Change "localhost" to your server's name as appropriate. -->
4      <zurl>http://localhost/opac/extras/sru</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.keyword</index></map>
11        <map use="8"><index>eg.keyword</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 </client>