[TYPO3-core] RFC #9229: indexing of records containing HTML leads to concatenated words
Martin Kutschker
masi-no at spam-typo3.org
Mon Mar 22 16:01:53 CET 2010
Dmitry Dulepov schrieb:
> Hi!
>
> This is a SVN patch request.
>
> Type: bug, trivial
>
> Branches: 4.3, 4.4
>
> Problem: indexing of records containing HTML leads to concatenated words
> because there are a strip_tags call without inserting spaces.
>
> Solution: do the same as in other parts of indexed search: replace '<'
> with ' <' before applying strip_tags.
But "hi<b>light</b>ing" is one word. IMHO only blocl level elements may be separated with extra
white-space prior to a call to strip_tags.
Masi
More information about the TYPO3-team-core
mailing list