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:
Denis Flaven
2009-12-21 15:52:23 +00:00
parent 460f8234f8
commit 89396151c5

View File

@@ -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)