@@ -, +, @@ should include field 752 (for old prints) and also support UNIMARC ------------------------------- 752 $a and $d subfields. i.e. pl:). sudo koha-elasticsearch --rebuild -r -b kohadev -------------------- search window, or in Advanced search, with Publisher location. With ktd UNIMARC test date you can search for 'Ste Geneviève Cedex'. sudo koha-elasticsearch --rebuild -r -b kohadev Ste Geneviève Cedex - record #1). --- admin/searchengine/elasticsearch/mappings.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) --- a/admin/searchengine/elasticsearch/mappings.yaml +++ a/admin/searchengine/elasticsearch/mappings.yaml @@ -3075,6 +3075,21 @@ biblios: marc_type: marc21 sort: 1 suggestible: '' + - facet: '' + marc_field: 752ad + marc_type: marc21 + sort: 1 + suggestible: '' + - facet: '' + marc_field: 210a + marc_type: unimarc + sort: 1 + suggestible: '' + - facet: '' + marc_field: 214a + marc_type: unimarc + sort: 1 + suggestible: '' opac: 1 staff_client: 1 type: '' --