@@ -806,5 +806,20 @@ return array
'type' => 'count',
'col' => '*',
),
+
+ 'search' => array
+ (
+ 'option' => array
+ 'ids' => array('yes-id', 'in'),
+ 'name' => array('yes-name,mobile', 'like'),
+ 'id' => 'yes',
+ 'state' => 1,
+ ),
+ 'type' => 'all',
+ 'order' => array('reorder' => 'desc', 'id' => 'desc'),
+ 'limit' => '0,20',
+ 'col' => 'concat(name, "(", mobile , ")") as name, id, id as value, "" as selected, "" as disabled|id',
);