From fb918306ad2f7e17ed1c9768c261bfa32eea41c5 Mon Sep 17 00:00:00 2001 From: Kai Kewley Date: Sun, 21 Jul 2019 14:21:34 +0100 Subject: [PATCH] STORM-242 #41 Add French lang config - no diacritics. --- src/main/resources/application.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 31d9fc645..137161b80 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -166,10 +166,12 @@ codesystem.config.SNOMEDCT-NO=Norway|51000202101 # All characters will be converted to lowercase for this part of the index. # Tool for UTF-16 conversion here https://www.branah.com/unicode-converter # ---------------------------------------- -# Swedish åäö -search.language.charactersNotFolded.sv=\u00e5\u00e4\u00f6 +# French - No diacritic characters +search.language.charactersNotFolded.fr= # Spanish áéíóúüñ search.language.charactersNotFolded.es=\u00e1\u00e9\u00ed\u00f3\u00fa\u00fc\u00f1 +# Swedish åäö +search.language.charactersNotFolded.sv=\u00e5\u00e4\u00f6 # ----------------------------------------