|
@@ -39,6 +39,7 @@ return array
|
|
'default' => '',
|
|
'default' => '',
|
|
'desc' => '用户openid',
|
|
'desc' => '用户openid',
|
|
'match' => 'is_string',
|
|
'match' => 'is_string',
|
|
|
|
+ 'search' => 'fulltext',
|
|
'update' => 'text',
|
|
'update' => 'text',
|
|
'list' => true,
|
|
'list' => true,
|
|
),
|
|
),
|
|
@@ -51,6 +52,7 @@ return array
|
|
'desc' => 'form_id',
|
|
'desc' => 'form_id',
|
|
'match' => 'is_string',
|
|
'match' => 'is_string',
|
|
'update' => 'text',
|
|
'update' => 'text',
|
|
|
|
+ 'search' => 'fulltext',
|
|
'list' => true,
|
|
'list' => true,
|
|
),
|
|
),
|
|
|
|
|