검색어 특수문자 처리 코드 수정

This commit is contained in:
chicpro
2014-05-29 09:31:30 +09:00
parent 3e49c0c7f9
commit a9ff55017b
2 changed files with 3 additions and 2 deletions

View File

@ -2669,7 +2669,7 @@ function get_search_string($stx)
$stx_pattern[] = '#\.*/+#';
$stx_pattern[] = '#\\\*#';
$stx_pattern[] = '#\.{2,}#';
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\-\&\!\$@~\{\}\[\]`;:\?]+#';
$stx_pattern[] = '#[/\'\"%=*\#\(\)\|\+\-\&\!\$@~\{\}\[\]`;:\?\^\,]+#';
$stx_replace = array();
$stx_replace[] = '';