Bug #2821
Updated by Matthieu Decorde 11 months ago
The generated word ids are missing their "_"s
h3. Solution
fix the buildId method in AsciiUtils.convertnonascii() (caused by: #2709)
replace the Transliterator rules with:
<pre>
"Any-Latin; NFD; [^\\p{Alnum}\\p{p}] Remove"
</pre>
to not remove the punctuations (further AsciiUtils methods will do it)
h3. Solution
fix the buildId method in AsciiUtils.convertnonascii() (caused by: #2709)
replace the Transliterator rules with:
<pre>
"Any-Latin; NFD; [^\\p{Alnum}\\p{p}] Remove"
</pre>
to not remove the punctuations (further AsciiUtils methods will do it)