https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20073
--- Comment #2 from Ere Maijala <[email protected]> --- The patch contains the following changes: - Index settings moved from code to etc/searchengine/elasticsearch/index_config.yaml. An alternative can be specified in koha-conf.xml. - Field settings moved from code to etc/searchengine/elasticsearch/field_config.yaml. An alternative can be specified in koha-conf.xml. - Default settings have been improved to remove punctuation from phrases used for sorting etc. - State variables are used for storing configuration to avoid parsing it multiple times. - A possibility to reset the fields too has been added to the reset operation of mappings administration. - mappings.yaml has been moved from admin/searchengine/elasticsearch to etc/searchengine/elasticsearch. - An stdno field type has been added for standard identifiers. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
