|
@@ -454,6 +454,12 @@ class Database
|
|
|
$config['manage']['search']['date'][$k] = $v['name'];
|
|
|
}
|
|
|
|
|
|
+ if (strpos($v['search'], 'exp') !== false) {
|
|
|
+ $config['manage']['search']['exp'][$k] = $v['name'];
|
|
|
+
|
|
|
+ isset($v['match']) && $config['request']['list']['option'][$k] = array('option', 'like');
|
|
|
+ }
|
|
|
+
|
|
|
if (strpos($v['search'], 'fulltext') !== false) {
|
|
|
$config['manage']['search']['fulltext'][$k] = $v['name'];
|
|
|
|