public function _search($type, $qes, $sort = null, $start = 0)
{
$this->db
->select('id,name,frontCover,type,category,user,author,MRP,sellingPrice,isNew,isRaw,binding,publisherName,publicationYear')
->from('books');
$searchKey = ;
if (is_array($qes)...