[turba] Search over more fields in turba

Stefan Stolz s.newslists at googlemail.com
Mon Oct 30 01:09:28 PST 2006


Hello,

i wasnt able with the info in the sources.php to add the ability to  
search in turba over more fields. I tried this way:
-->
$cfgSources['localsql'] = array(
...,
...,
'map' => array(
         ...,
         ...,
	'all' => array('fields' => array('alias', 'name', 'email'),
                               'format' => '%s %s %s'),
     ),
'search' => array(
         'name',
         'email',
	'alias',
         'all'
     ),
...,
...,
<--
But this resulted in an error that all is no index.

Has someone an idea how i can make this?

Thanks
Stolzi





More information about the turba mailing list