@@ -, +, @@ Elasticsearch index mappings --- admin/searchengine/elasticsearch/mappings.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/admin/searchengine/elasticsearch/mappings.yaml +++ a/admin/searchengine/elasticsearch/mappings.yaml @@ -4362,3 +4362,15 @@ biblios: opac: 1 staff_client: 1 type: '' + Current-publication-frequency: + label: Current-publication-frequency + mandatory: ~ + mappings: + - facet: '' + marc_field: 310a + marc_type: marc21 + sort: 1 + suggestible: '' + opac: 1 + staff_client: 1 + type: '' --