Bug 12478: Move mapping attributes to the join table
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 12 Oct 2015 15:46:16 +0000 (16:46 +0100)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Tue, 26 Apr 2016 20:20:11 +0000 (20:20 +0000)
commit24f72bd12afd31ae37fa69c611fcf60a28ca655b
tree2bbe9337f4309d846c9df9fc56aad0f89487c6a9
parent3e95923a8a6e09a3c21a86035475cf851cc62d5d
Bug 12478: Move mapping attributes to the join table

To make things consistent, the attributes of the mappings (sort,
suggestible, facet) should be moved to the join tables
(search_marc_to_field).
Indeed the search_marc_map could represent a mapping for several search
fields with different attributes. Before this change it was not
possible.

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Jesse Weaver <jweaver@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
Koha/ElasticSearch.pm
Koha/Objects.pm
Koha/SearchField.pm
installer/data/mysql/atomicupdate/elastic_search.perl [new file with mode: 0644]