Project

General

Profile

Bug #19726 ยป UTF8_in_FE.patch

Administrator Admin, 2008-12-19 22:43

View differences:

pi/class.tx_indexedsearch.php (working copy)
// Init:
$str = str_replace(' ',' ',t3lib_parsehtml::bidir_htmlspecialchars($str,-1));
$str = preg_replace('/\s\s+/',' ',$str);
$str = preg_replace('/\s\s+/u',' ',$str);
$swForReg = array();
// Prepare search words for regex:
    (1-1/1)