diff --git a/es/index_settings.json b/es/index_settings.json index ee120ac53..33748ea35 100644 --- a/es/index_settings.json +++ b/es/index_settings.json @@ -11,6 +11,7 @@ "preserving_word_delimiter", "lowercase", "german_normalization", + "asciifolding", "unique" ] }, @@ -21,7 +22,8 @@ "tokenizer": "standard", "filter": [ "lowercase", - "german_normalization" + "german_normalization", + "asciifolding" ] }, "index_raw": { @@ -95,4 +97,4 @@ } } } -} \ No newline at end of file +}