mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
빼먹은 조건 추가
This commit is contained in:
parent
d081b75dcc
commit
83df509d7d
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ class VariableBase
|
|||
}
|
||||
break;
|
||||
case 'search':
|
||||
$keywords = preg_split('/("[^"]*")|[\s,]+/', $value, 10, \PREG_SPLIT_NO_EMPTY);
|
||||
$keywords = preg_split('/("[^"]*")|[\s,]+/', $value, 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);
|
||||
$conditions = array();
|
||||
$operators = array('AND', 'OR', '|');
|
||||
$placeholders = implode(', ', array_fill(0, count($keywords), '?'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue