Example #1
0
 /**
  * Set search method for query.
  *
  * @param Query $query query object
  */
 protected function _applyPostedSearchMethodToQuery(Query $query)
 {
     if (isset($this->_getNode()->m_postvars['atksearchmethod'])) {
         $query->setSearchMethod($this->_getNode()->m_postvars['atksearchmethod']);
     }
 }