[Typo3-UG Oesterreich] Indexed Search zu langsam

Michael Stucki michael at typo3.org
Sun Oct 16 18:00:27 CEST 2005


Hallo Alex,

>> 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);

Danke, ich habs angepasst.

- michael
-- 
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/



More information about the TYPO3-at mailing list