Lines 2-8
Link Here
|
2 |
[% USE Asset %] |
2 |
[% USE Asset %] |
3 |
[% PROCESS 'i18n.inc' %] |
3 |
[% PROCESS 'i18n.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
<title>Koha › Administration › Search engine configuration</title> |
5 |
<title>Koha › Administration › Search engine configuration (Elasticsearch)</title> |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
6 |
[% INCLUDE 'doc-head-close.inc' %] |
7 |
[% Asset.js("lib/jquery/plugins/jquery.tablednd.js") | $raw %] |
7 |
[% Asset.js("lib/jquery/plugins/jquery.tablednd.js") | $raw %] |
8 |
<script> |
8 |
<script> |
Lines 68-74
a.add, a.delete {
Link Here
|
68 |
[% INCLUDE 'header.inc' %] |
68 |
[% INCLUDE 'header.inc' %] |
69 |
[% INCLUDE 'prefs-admin-search.inc' %] |
69 |
[% INCLUDE 'prefs-admin-search.inc' %] |
70 |
|
70 |
|
71 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Search engine configuration</div> |
71 |
<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> › Search engine configuration (Elasticsearch)</div> |
72 |
|
72 |
|
73 |
<div class="main container-fluid"> |
73 |
<div class="main container-fluid"> |
74 |
<div class="row"> |
74 |
<div class="row"> |
Lines 101-107
a.add, a.delete {
Link Here
|
101 |
</div> |
101 |
</div> |
102 |
[% END %] |
102 |
[% END %] |
103 |
|
103 |
|
104 |
<h1>Search engine configuration</h1> |
104 |
<h1>Search engine configuration (Elasticsearch)</h1> |
105 |
<div class="dialog message"> |
105 |
<div class="dialog message"> |
106 |
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. |
106 |
Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly. |
107 |
|
107 |
|
108 |
- |
|
|