getObject(); /* @var $object kDBList */ if (!$this->Application->isAdminUser) { $keywords = unhtmlentities( trim($this->Application->GetVar('keywords')) ); $object->addFilter('search_filter', '%1$s.SearchTerm LIKE ' . $this->Conn->qstr($keywords).' OR %1$s.SearchTerm LIKE ' . $this->Conn->qstr($keywords . '_')); } } }