@@ -, +, @@ --- admin/searchengine/elasticsearch/index_config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) --- a/admin/searchengine/elasticsearch/index_config.yaml +++ a/admin/searchengine/elasticsearch/index_config.yaml @@ -46,14 +46,23 @@ index: type: elision articles: - 'c' + - 'C' - 'd' + - 'D' - 'j' + - 'J' - 'l' + - 'L' - 'm' + - 'M' - 'n' + - 'N' - 'qu' + - 'QU' - 's' + - 'S' - 't' + - 'T' apostrophe: type: pattern_replace pattern: "'" --