Bug #1358 ยป 1358.patch
administrator/components/com_comprofiler/plugin.class.php | ||
---|---|---|
if ( cbStartOfStringMatch( $searchmode, 'phrase' ) ) {
|
||
$eachValues = array( $value );
|
||
} else {
|
||
$eachValues = preg_split( '/\W+/', $value );
|
||
$eachValues = preg_split( '/\p{Z}+/u', $value );
|
||
}
|
||
}
|
||
$conditions = array();
|