-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Convert
-
Sprint:nxNest Sprint 9.1.8
-
Story Points:3
The cell separator is currently empty which results in text from adjacent cells behind incorrectly concatenated and analyzed by ES
org.nuxeo.ecm.core.convert.plugins.text.extractors.XLX2TextConverter
private static final String CELL_SEP = "";
If a document contains two cells like fr|france, the resulting text is frfrance. Fulltext search on france won't match the document.