A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137
stars
252
forks
source link
[TASK] Prevent word truncation with enabled resultsHighlighting #4114
What this pr does
Use BreakIteratorBoundaryScanner instead of SimpleBoundaryScanner
This is a basic proof of concept for english and german cores
How to test
Enable highlighting
Fixes: #4091