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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
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/