mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Fixed bug (Trac #53), I don't know exactly what I did (!) but I've copied what's done in __DescribeHTML and this makes the full text search work for organizations !
Note that __DescribeHTML actually modifies the objects it is applied to (via a referenced passed to the Describe method) SVN:trunk[200]
This commit is contained in:
@@ -275,6 +275,8 @@ class DBObjectSearch
|
||||
public function AddCondition_FullText($sFullText)
|
||||
{
|
||||
$this->m_aFullText[] = $sFullText;
|
||||
$index = count($this->m_aParams) + 1;
|
||||
$this->m_aParams['param'.$index] = 1;
|
||||
}
|
||||
|
||||
protected function AddToNameSpace(&$aClassAliases, &$aAliasTranslation)
|
||||
|
||||
Reference in New Issue
Block a user