[Koha-bugs] [Bug 14899] Mapping configuration page for Elastic search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 2 11:50:07 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14899

--- Comment #12 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 43057
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=43057&action=edit
Bug 14899: Add the mapping configuration page in the admin module

This new page (admin/searchengine/elasticsearch/mappings.pl) will permit
to manage the ES mappings.
For the biblios and authorities indexes, the different mappings can be
managed from this single page.
The interface let you add, remove and update mappings.
It's also possible to reorder the mappings, as the order can be important
in the indexation process. Note that the table can be displayed in a
different order that the one it was before saving, but the mappings are grouped
by search field and the order inside the search field is preserved.

Limitations:
- If something went wrong during the insertion/deletion/modification,
  the users will loose all these changes.
- Using the interface the user can defined several labels for a same
  field. The script will retrieve the first change and apply it, next
  ones will be avoided.

TODO:
- Add a specific permission (?)
- Add some data checks client side (JS)
- Use checkboxes for facet and suggestible (lazy today...)
- Understand the difference between the 3 values that sortable can have
  and improve the value for the options in the select box.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list