19 declare(strict_types=1);
39 $and = $this->__createTopicAndCondition();
42 $query =
"SELECT thr_pk,top_frm_fk frm_id " .
44 "FROM frm_threads,frm_data " .
45 "WHERE top_pk = thr_top_fk " .
48 $res = $this->db->query($query);
51 #$thread_post = $row->thr_pk.'_0'; 52 $thread_post = $row->thr_pk;
53 $this->search_result->addEntry(
56 $this->__prepareFound($row),
62 $this->
setFields(array(
'pos_subject',
'pos_message'));
64 $and = $this->__createPostAndCondition();
67 $query =
"SELECT top_frm_fk frm_id,pos_thr_fk,pos_pk " .
69 "FROM frm_posts,frm_data " .
70 "WHERE pos_top_fk = top_pk " .
73 $res = $this->db->query($query);
75 #$thread_post = $row->pos_thr_fk.'_'.$row->pos_pk; 76 $thread_post = $row->pos_thr_fk;
77 $this->search_result->addEntry(
80 $this->__prepareFound($row),
setFields(array $a_fields)
ilSearchResult $search_result