[% USE raw %] [% USE Asset %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Search engine configuration [% INCLUDE 'doc-head-close.inc' %] [% Asset.js("lib/jquery/plugins/jquery.tablednd.js") | $raw %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]
[% FOR m IN messages %]
[% SWITCH m.code %] [% CASE 'error_on_update' %] An error occurred when updating mappings ([% m.message | html %]). [% CASE 'error_on_delete' %] An error occurred when deleting the existing mappings. Nothing has been changed! (search field [% m.values.field_name | html %] with mapping [% m.values.marc_field | html %].) [% CASE 'success_on_update' %] Mapping updated successfully. [% CASE %] [% m.code | html %] [% END %]
[% END %]

Search engine configuration

Warning: Any changes to the configuration will only take effect after a full reindex. Until then searching may not work correctly.
[% IF errors %]
Changes have not been applied. Please check the following values:
    [% FOREACH e IN errors %]
  • [% IF ( e.type == "malformed_mapping" ) %] The value "[% e.value | html %]" is not supported for mappings [% ELSIF ( e.type == "no_mapping" ) %] There is no mapping for the index [% e.value | html %] [% END %]
  • [% END %]
[% END %]
  • Search fields
  • [% FOREACH index IN indexes %] [% SWITCH index.index_name %] [% CASE 'biblios' %]
  • Biblios
  • [% CASE 'authorities' %]
  • Authorities
  • [% END %] [% END %]
[% FOREACH search_field IN all_search_fields %] [% END %]
Name Label Type
[% FOREACH index IN indexes %]
[% FOREACH mapping IN index.mappings %] [% END %]
Search field Sortable Facetable Suggestible Mapping
[% mapping.search_field_label | html %] Delete
Add
[% END %]

[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]