New data model integration...

SVN:trunk[538]
This commit is contained in:
Denis Flaven
2010-07-02 17:10:08 +00:00
parent 79f5151de4
commit b57015d7ba
3 changed files with 61 additions and 4 deletions

View File

@@ -581,7 +581,7 @@ try
// Split the text on the blanks and treat this as a search for <word1> AND <word2> AND <word3>
$aFullTextNeedles = explode(' ', $sFullText);
}
foreach(MetaModel::GetClasses('bizmodel') as $sClassName)
foreach(MetaModel::GetClasses('searchable') as $sClassName)
{
$oFilter = new DBObjectSearch($sClassName);
foreach($aFullTextNeedles as $sSearchText)