like $crud->where('id','1')and then data on the list will be according to where conditional, but when we use search instead of the grid, all data will fire on the grid,
how can we make grid only displaying data according to the where conditional, or can we make some unset_search() like the other function ?
thanks