24 include_once
'Services/Search/classes/class.ilShopMetaDataSearch.php';
48 $where .=
' WHERE (payment_objects.status = 1 OR payment_objects.status = 2) AND (';
50 foreach($this->query_parser->getQuotedWords() as $word)
57 $where .= $this->db->like(
' keyword',
'text',
'%%'.$word.
'%%');
62 $where .=
' AND pt_topic_fk = %s ';
68 'query' => $where.
')',
80 $where .=
' WHERE (payment_objects.status = 1 OR payment_objects.status = 2) AND (';
82 foreach($this->query_parser->getQuotedWords() as $word)
88 $where .= $this->db->like(
' entity',
'text',
'%%'.$word.
'%%');
93 $where .=
' AND pt_topic_fk = %s ';
99 'query' => $where.
')',
111 $where .=
' WHERE (payment_objects.status = 1 OR payment_objects.status = 2) AND (';
113 foreach($this->query_parser->getQuotedWords() as $word)
119 $where .= $this->db->like(
' title',
'text',
'%%'.$word.
'%%');
124 $where .=
' AND pt_topic_fk = %s ';
125 $types[] =
'integer';
130 'query' => $where.
')',
142 $where =
' WHERE (payment_objects.status = 1 OR payment_objects.status = 2) AND (';
144 foreach($this->query_parser->getQuotedWords() as $word)
150 $where .= $this->db->like(
' description',
'text',
'%%'.$word.
'%%');
155 $where .=
' AND pt_topic_fk = %s ';
156 $types[] =
'integer';
161 'query' => $where.
')',