This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 20.05.x has been updated
       via  45f356ad97a84af3f28b298ac6d5f9ce17a6075e (commit)
      from  c5d3b86019c475dad701167e519b2feec45becdb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 45f356ad97a84af3f28b298ac6d5f9ce17a6075e
Author: Fridolin Somers <[email protected]>
Date:   Tue Oct 27 09:03:16 2020 +0100

    Bug 26832: Make Elasticsearch mappings export use UTF-8
    
    Script misc/search_tools/export_elasticsearch_mappings.pl allows to export 
current search engine configuration into a YAML file.
    This export should use UTF-8 encoding, like other exports.
    
    Test plan :
    1) Go to Administration > Search engine configuration (Elasticsearch)
    2) Edit a field label to use a diacrtic, for example local-number => Numéro
    3) Save
    4) Edit file etc/koha-conf.xml to enable 'elasticsearch_index_mappings'
    5) Export mappings to file via 
misc/search_tools/export_elasticsearch_mappings.pl -t $MARCFLAVOUR
    6) Reset memcached and plack
    7) Back to Administration > Search engine configuration (Elasticsearch)
    8) Click on 'Reset Mappings' and accept
    9) Look at field 'local-number'
    => Without patch diacritic 'é' is broken
    10) You may try with an emoji B-)
    
    Signed-off-by: David Nind <[email protected]>
    Signed-off-by: Martin Renvoize <[email protected]>
    
    Signed-off-by: Jonathan Druart <[email protected]>
    (cherry picked from commit 9441537e5436b43805d578108ebee0c8394eb5aa)
    
    Signed-off-by: Lucas Gass <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 misc/search_tools/export_elasticsearch_mappings.pl | 1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to