[Koha-bugs] [Bug 20389] New: Indexing fields concatenated

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Mar 13 15:49:20 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20389

            Bug ID: 20389
           Summary: Indexing fields concatenated
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: claire.hernandez at biblibre.com

I would like to be able to specify multiple subfields to index as a value in a
field. The subfields must be concatenated.

Example 1:

Author in unimarc in an authority:
700  1 $a Bermès $b Emmanuelle

I could record a fields in mappings:
author: "700a. .700b"

I would have in the field indexed:
author: "Emmanuelle Bermès"

Example 2:

in mappings:
author: "700b., .700a"
would give: 
author "Bermès, Emmanuelle"

With solr, we managed it with indexing plugins. If it is too early for this, we
could manage it in mappings configuration maybe.

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


More information about the Koha-bugs mailing list