Exemple #1
0
 public function getSearchAtom($r)
 {
     $r->checkCache();
     $search = new Dase_Solr($this->db, $this->config);
     $search->prepareSearch($r, $this->start, $this->max, $this->num, $this->sort, $this->uid);
     $atom_feed = $search->getResultsAsAtom();
     $r->renderResponse($atom_feed);
 }