From 513e5937f0e47a08f5c89ebd6121a28c6c1563ee Mon Sep 17 00:00:00 2001 From: gressho Date: Tue, 8 Oct 2024 16:25:55 +0200 Subject: [PATCH] changed filter names to comply with existing names --- .../mappings/os-v1/funders/funder-v2.0.0.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json b/invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json index 78a98146..20dd20ce 100644 --- a/invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json +++ b/invenio_vocabularies/contrib/funders/mappings/os-v1/funders/funder-v2.0.0.json @@ -14,8 +14,8 @@ "type": "custom", "char_filter": ["strip_special_chars"], "filter": [ - "rdm_lowercase", - "rdm_asciifolding", + "lowercasepreserveoriginal", + "asciifoldingpreserveoriginal", "edgegrams" ] }, @@ -24,8 +24,8 @@ "type": "custom", "char_filter": ["strip_special_chars"], "filter": [ - "rdm_lowercase", - "rdm_asciifolding" + "lowercasepreserveoriginal", + "asciifoldingpreserveoriginal" ] } }, @@ -40,11 +40,11 @@ } }, "filter": { - "rdm_lowercase": { + "lowercasepreserveoriginal": { "type": "lowercase", "preserve_original": true }, - "rdm_asciifolding": { + "asciifoldingpreserveoriginal": { "type": "asciifolding", "preserve_original": true },