cancel
Showing results for 
Search instead for 
Did you mean: 

why data getting null from collection->addSearchFilter

why data getting null from collection->addSearchFilter

hi 

       $search = $this->_request->getParam('q');    
      print_r($search);
        $productdata  = $this->collection->addSearchFilter($search); 

@all  this code inside the my observer  event fire prefect but no result from the collection.