@@ -, +, @@ search field hidden in the default framework--one should enable it to be able to use the 561 field). Save teh record. you used. If they were specific enough, you will get no results. sudo koha-elasticsearch --rebuild -r -b kohadev you entered. --- admin/searchengine/elasticsearch/mappings.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) --- a/admin/searchengine/elasticsearch/mappings.yaml +++ a/admin/searchengine/elasticsearch/mappings.yaml @@ -2905,6 +2905,21 @@ biblios: marc_type: marc21 sort: 1 suggestible: '' + - facet: '' + marc_field: '520' + marc_type: marc21 + sort: 1 + suggestible: '' + - facet: '' + marc_field: '561' + marc_type: marc21 + sort: 1 + suggestible: '' + - facet: '' + marc_field: '563' + marc_type: marc21 + sort: 1 + suggestible: '' - facet: '' marc_field: '590' marc_type: marc21 --