diff --git a/invenio_communities/communities/records/mappings/os-v1/communities/communities-v2.0.0.json b/invenio_communities/communities/records/mappings/os-v1/communities/communities-v2.0.0.json index ea559d5b7..9987e9fa2 100644 --- a/invenio_communities/communities/records/mappings/os-v1/communities/communities-v2.0.0.json +++ b/invenio_communities/communities/records/mappings/os-v1/communities/communities-v2.0.0.json @@ -427,6 +427,21 @@ }, "name": { "type": "text" + }, + "identifiers": { + "properties": { + "identifier": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword" + } + } + }, + "scheme": { + "type": "keyword" + } + } } } }, diff --git a/invenio_communities/communities/records/mappings/os-v2/communities/communities-v2.0.0.json b/invenio_communities/communities/records/mappings/os-v2/communities/communities-v2.0.0.json index ea559d5b7..9987e9fa2 100644 --- a/invenio_communities/communities/records/mappings/os-v2/communities/communities-v2.0.0.json +++ b/invenio_communities/communities/records/mappings/os-v2/communities/communities-v2.0.0.json @@ -427,6 +427,21 @@ }, "name": { "type": "text" + }, + "identifiers": { + "properties": { + "identifier": { + "type": "text", + "fields": { + "keyword": { + "type": "keyword" + } + } + }, + "scheme": { + "type": "keyword" + } + } } } },