[Typo3-UG Oesterreich] Indexed Search zu langsam

media.res | alex widschwendter a.widschwendter at mediares.at
Mon Sep 19 14:16:02 CEST 2005


hi paul,

> Ich hab vor dem posten schon versucht das ganze mit preg_replace zu
> beschleunigen, allerdings kriege ich wenn ich nur
> 
> $str = preg_replace('[[:space:]]+',' ',$str);

$str = preg_replace('/\s\s+/', ' ', $str);

hth alex



More information about the TYPO3-at mailing list