Lines 1-3
Link Here
|
|
|
1 |
[% USE Koha %] |
1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
<title>Koha › Administration</title> |
3 |
<title>Koha › Administration</title> |
3 |
[% INCLUDE 'doc-head-close.inc' %] |
4 |
[% INCLUDE 'doc-head-close.inc' %] |
Lines 86-91
Link Here
|
86 |
<dd>Manage OAI Sets</dd> |
87 |
<dd>Manage OAI Sets</dd> |
87 |
<dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Items search fields</a></dt> |
88 |
<dt><a href="/cgi-bin/koha/admin/items_search_fields.pl">Items search fields</a></dt> |
88 |
<dd>Manage custom fields for items search</dd> |
89 |
<dd>Manage custom fields for items search</dd> |
|
|
90 |
[% IF Koha.Preference('SearchEngine') == 'Elasticsearch' %] |
91 |
<dt><a href="/cgi-bin/koha/admin/searchengine/elasticsearch/mappings.pl">Search engine configuration</a></dt> |
92 |
<dd>Manage indexes, facets, and their mappings to MARC fields and subfields.</dd> |
93 |
[% END %] |
89 |
</dl> |
94 |
</dl> |
90 |
|
95 |
|
91 |
<h3>Acquisition parameters</h3> |
96 |
<h3>Acquisition parameters</h3> |
92 |
- |
|
|