diff options
Diffstat (limited to 'Bugzilla/Elastic/Indexer.pm')
-rw-r--r-- | Bugzilla/Elastic/Indexer.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Elastic/Indexer.pm b/Bugzilla/Elastic/Indexer.pm index dd71a7198..fce8f1053 100644 --- a/Bugzilla/Elastic/Indexer.pm +++ b/Bugzilla/Elastic/Indexer.pm @@ -43,7 +43,7 @@ sub create_index { number_of_shards => 2, analysis => { filter => { - asciifolding_original => { + asciifolding_original => { type => "asciifolding", preserve_original => \1, }, |