if ($title) {
$map['title'] = array('like', "%$title%");
$map['barcode'] = array('like', "%$title%");
$map['_logic'] = 'or';
$where['_complex'] = $map;
}
if ($title) {
$map['title'] = array('like', "%$title%");
$map['barcode'] = array('like', "%$title%");
$map['_logic'] = 'or';
$where['_complex'] = $map;
}