Index: branches/5.2.x/core/units/thesaurus/thesaurus_eh.php =================================================================== diff -u -N -r14628 -r14989 --- branches/5.2.x/core/units/thesaurus/thesaurus_eh.php (.../thesaurus_eh.php) (revision 14628) +++ branches/5.2.x/core/units/thesaurus/thesaurus_eh.php (.../thesaurus_eh.php) (revision 14989) @@ -1,6 +1,6 @@ getObject(); /* @var $object kDBList */ - if (!$this->Application->isAdminUser) { - $keywords = kUtil::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 . '_')); + if ( !$this->Application->isAdminUser ) { + $keywords = kUtil::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 . '_')); } } } \ No newline at end of file