@@ -, +, @@ Carrie's war 1,000 Japanese words Carries war 1000 Japanese words perl misc/search_tools/rebuild_elasticsearch.pl -v -r ti:Carries war - facet: '' marc_field: 245abp marc_type: marc21 sort: 1 suggestible: 1 filter: punctuation --- admin/searchengine/elasticsearch/mappings.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) --- a/admin/searchengine/elasticsearch/mappings.yaml +++ a/admin/searchengine/elasticsearch/mappings.yaml @@ -3986,6 +3986,19 @@ biblios: opac: 1 staff_client: 1 type: string + title-no-punctuation: + label: title-no-punctuation + mandatory: ~ + mappings: + - facet: '' + marc_field: 245(abp) + marc_type: marc21 + sort: 1 + suggestible: 1 + filter: punctuation + opac: 1 + staff_client: 1 + type: string title-abbreviated: label: title-abbreviated mandatory: ~ --